mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Try adding node 12 again
This commit is contained in:
		| @@ -1,12 +1,13 @@ | ||||
| sudo: false | ||||
| language: node_js | ||||
| matrix: | ||||
|   allow_failures: | ||||
|     - node_js: "12" | ||||
|   include: | ||||
|     - node_js: "12" | ||||
|     - node_js: "10" | ||||
|       script: | ||||
|         - ./node_modules/.bin/grunt && istanbul report text && ( cat coverage/lcov.info | $(npm get prefix)/bin/coveralls || true ) && rm -rf coverage | ||||
|       before_script: | ||||
|         - npm install -g istanbul coveralls | ||||
|     - node_js: "8" | ||||
|   allow_failures: | ||||
|     - node_js: "12" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user