mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	move travis to node 6 and 7 - drop 5 and 0.12
move serialport to 0.3.0 version
This commit is contained in:
		| @@ -11,13 +11,11 @@ addons: | ||||
|     - gcc-4.8 | ||||
| matrix: | ||||
|   allow_failures: | ||||
|   - node_js: "5" | ||||
|   - node_js: "6" | ||||
|   - node_js: "7" | ||||
| node_js: | ||||
|   - "7" | ||||
|   - "6" | ||||
|   - "5" | ||||
|   - "4" | ||||
|   - "0.12" | ||||
|   - "0.10" | ||||
| script: | ||||
|   - istanbul cover ./node_modules/.bin/grunt --report lcovonly && istanbul report text && ( cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js || true ) && rm -rf coverage | ||||
|   | ||||
| @@ -61,7 +61,7 @@ | ||||
|         "node-red-node-rbe":"0.1.*" | ||||
|     }, | ||||
|     "optionalDependencies": { | ||||
|         "node-red-node-serialport":"0.2.*", | ||||
|         "node-red-node-serialport":"0.3.*", | ||||
|         "bcrypt":"0.8.7" | ||||
|     }, | ||||
|     "devDependencies": { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user