travis: Add yarn and nodejs caching (#2504)
Also cache node_module and yarn cache in Travis test process. Improves speed for Travis tests.
This commit is contained in:
		
				
					committed by
					
						 Eugen Rochko
						Eugen Rochko
					
				
			
			
				
	
			
			
			
						parent
						
							8857cabca4
						
					
				
				
					commit
					9d3fc1281d
				
			| @ -1,5 +1,9 @@ | |||||||
| language: ruby | language: ruby | ||||||
| cache: bundler | cache: | ||||||
|  |   bundler: true | ||||||
|  |   yarn: true | ||||||
|  |   directories: | ||||||
|  |     - node_modules | ||||||
| dist: trusty | dist: trusty | ||||||
| sudo: false | sudo: false | ||||||
|  |  | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user