Update .travis.yml
This commit is contained in:
		
							parent
							
								
									2c5038b4a2
								
							
						
					
					
						commit
						d4b2f8759c
					
				
					 1 changed files with 8 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -3,6 +3,14 @@ node_js:
 | 
			
		|||
  - "7.3.0"
 | 
			
		||||
before_script:
 | 
			
		||||
  - "mkdir -p ./.config && cp ./.ci-files/config.yml ./.config"
 | 
			
		||||
env:
 | 
			
		||||
  - CXX=g++-4.8
 | 
			
		||||
addons:
 | 
			
		||||
  apt:
 | 
			
		||||
    sources:
 | 
			
		||||
      - ubuntu-toolchain-r-test
 | 
			
		||||
    packages:
 | 
			
		||||
      - g++-4.8
 | 
			
		||||
cache:
 | 
			
		||||
  directories:
 | 
			
		||||
    - node_modules
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue