mirror of
				https://gitea.invidious.io/iv-org/videojs-quality-selector.git
				synced 2024-08-15 00:43:13 +00:00 
			
		
		
		
	Adjust Travis CI node versions
This commit is contained in:
		
							parent
							
								
									d81072fcc7
								
							
						
					
					
						commit
						4cf7f60985
					
				
					 1 changed files with 7 additions and 4 deletions
				
			
		
							
								
								
									
										11
									
								
								.travis.yml
									
										
									
									
									
								
							
							
						
						
									
										11
									
								
								.travis.yml
									
										
									
									
									
								
							|  | @ -1,10 +1,13 @@ | ||||||
| language: node_js | language: node_js | ||||||
| # 4.3.2 is what AWS Lambda currently uses |  | ||||||
| node_js: | node_js: | ||||||
|   - "5" |    - "node" # Latest node version | ||||||
|   - "4.3.2" |    - "lts/*" # Latest LTS version | ||||||
|  |    - "10" | ||||||
|  |    - "8" | ||||||
|  |    - "8.10" | ||||||
|  |    - "6" | ||||||
| 
 | 
 | ||||||
| before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi | before_install: if [[ `npm -v` != 6* ]]; then npm i -g npm@6.4.1; fi | ||||||
| 
 | 
 | ||||||
| script: | script: | ||||||
|    - grunt standards |    - grunt standards | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue