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 | sudo: false | ||||||
| language: node_js | language: node_js | ||||||
| matrix: | matrix: | ||||||
|   allow_failures: |  | ||||||
|     - node_js: "12" |  | ||||||
|   include: |   include: | ||||||
|  |     - node_js: "12" | ||||||
|     - node_js: "10" |     - node_js: "10" | ||||||
|       script: |       script: | ||||||
|         - ./node_modules/.bin/grunt && istanbul report text && ( cat coverage/lcov.info | $(npm get prefix)/bin/coveralls || true ) && rm -rf coverage |         - ./node_modules/.bin/grunt && istanbul report text && ( cat coverage/lcov.info | $(npm get prefix)/bin/coveralls || true ) && rm -rf coverage | ||||||
|       before_script: |       before_script: | ||||||
|         - npm install -g istanbul coveralls |         - npm install -g istanbul coveralls | ||||||
|     - node_js: "8" |     - node_js: "8" | ||||||
|  |   allow_failures: | ||||||
|  |     - node_js: "12" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user