mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-03 19:17:07 -05:00 
			
		
		
		
	using npm instead of apt-get in .travis.yml
This commit is contained in:
		
							parent
							
								
									3032e15e3a
								
							
						
					
					
						commit
						e8b74c9e09
					
				@ -4,8 +4,7 @@ python:
 | 
				
			|||||||
before_install:
 | 
					before_install:
 | 
				
			||||||
  - "export DISPLAY=:99.0"
 | 
					  - "export DISPLAY=:99.0"
 | 
				
			||||||
  - "sh -e /etc/init.d/xvfb start"
 | 
					  - "sh -e /etc/init.d/xvfb start"
 | 
				
			||||||
  - sudo apt-get -qq update
 | 
					  - npm install -g less
 | 
				
			||||||
  - sudo apt-get -qq install less node-less
 | 
					 | 
				
			||||||
install:
 | 
					install:
 | 
				
			||||||
  - "make"
 | 
					  - "make"
 | 
				
			||||||
script:
 | 
					script:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user