mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 01:05:48 +01:00 
			
		
		
		
	Make travis work again
Now we do sudo apt-get update to download package sources. This fixes travis build with the new GCE based infrastructure. Closes #3427. Closes #3426.
This commit is contained in:
		@@ -8,6 +8,7 @@ if [[ $CC == "clang" ]]; then
 | 
			
		||||
	sudo apt-get install llvm-3.1
 | 
			
		||||
	sudo apt-get install clang
 | 
			
		||||
fi
 | 
			
		||||
sudo apt-get update
 | 
			
		||||
sudo apt-get install p7zip-full
 | 
			
		||||
if [[ $PLATFORM == "Linux" ]]; then
 | 
			
		||||
	sudo apt-get install libirrlicht-dev cmake libbz2-dev libpng12-dev \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user