mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	fix .travis.yml
This commit is contained in:
		
							parent
							
								
									6d9affc1fc
								
							
						
					
					
						commit
						c62528d848
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -4,9 +4,10 @@ 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
 | 
				
			||||||
 | 
					  - sudo apt-get -qq install node-less
 | 
				
			||||||
install:
 | 
					install:
 | 
				
			||||||
  - "make"
 | 
					  - "make"
 | 
				
			||||||
  - "node-less"
 | 
					 | 
				
			||||||
script:
 | 
					script:
 | 
				
			||||||
  - "make tests"
 | 
					  - "make tests"
 | 
				
			||||||
  - "make robot"
 | 
					  - "make robot"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue