mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	Upgrade to node 5.8
This commit is contained in:
		
							parent
							
								
									97f646490e
								
							
						
					
					
						commit
						5b4e14063e
					
				@ -1,7 +1,7 @@
 | 
				
			|||||||
sudo: false
 | 
					sudo: false
 | 
				
			||||||
language: node_js
 | 
					language: node_js
 | 
				
			||||||
node_js:
 | 
					node_js:
 | 
				
			||||||
- "5.1"
 | 
					- "5.8"
 | 
				
			||||||
env: TEST_DATABASE_URL=postgres://postgres@localhost:5432/unleash_test
 | 
					env: TEST_DATABASE_URL=postgres://postgres@localhost:5432/unleash_test
 | 
				
			||||||
before_script:
 | 
					before_script:
 | 
				
			||||||
- echo '--timeout 10000' > test/mocha.opts
 | 
					- echo '--timeout 10000' > test/mocha.opts
 | 
				
			||||||
 | 
				
			|||||||
@ -1,4 +1,4 @@
 | 
				
			|||||||
FROM node:4.2.2
 | 
					FROM node:5.8
 | 
				
			||||||
 | 
					
 | 
				
			||||||
COPY . .
 | 
					COPY . .
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user