forked from sheetjs/sheetjs
		
	- node jszip updated to 2.1.0 as per https://github.com/Stuk/jszip/issues/84 - travis 0.8 tests restored - get_formulae ignores undefined values - updated test_files to 20140206
		
			
				
	
	
		
			14 lines
		
	
	
		
			270 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			270 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| language: node_js
 | |
| node_js:
 | |
|   - "0.10"
 | |
|   - "0.8"
 | |
| before_install:
 | |
|   - "npm install -g mocha"
 | |
|   - "npm install blanket"
 | |
|   - "npm install coveralls mocha-lcov-reporter"
 | |
| before_script:
 | |
|   - "make init"
 | |
|   - "cd tests/files; make all; cd -" 
 | |
| after_success:
 | |
|   - "make coveralls"
 |