sigh... travis needs semi colons

This commit is contained in:
Kjell Hedstrom 2015-07-19 23:26:38 -06:00
parent b9c6140e84
commit b05d8d8fb9

View File

@ -25,9 +25,9 @@ before_install:
sudo apt-get install python-software-properties; sudo apt-get install python-software-properties;
sudo apt-get update; sudo apt-get update;
sudo apt-get install gcc-4.8 g++-4.8; sudo apt-get install gcc-4.8 g++-4.8;
sudo add-apt-repository --yes ppa:kalakris/cmake sudo add-apt-repository --yes ppa:kalakris/cmake;
sudo apt-get update -qq sudo apt-get update -qq;
sudo apt-get install cmake sudo apt-get install cmake;
fi fi
install: install: