fixed travis scripting

This commit is contained in:
KjellKod 2014-10-11 20:50:32 -06:00
parent 3b7f084805
commit 7c5ce707e2

View File

@ -10,7 +10,8 @@ compiler:
- clang
script: "
echo ${TRAVIS_OS_NAME}
echo ${TRAVIS_OS_NAME};
echo ${TRAVIS_OS_NAME};
if [ ${TRAVIS_OS_NAME} = 'linux' ];
then
sudo apt-get -qq update;
@ -37,6 +38,6 @@ script: "
then
export CC=gcc-4.8;
export CXX=g++-4.8;
fi"
fi
- "./scripts/buildAndRunTests.sh"
./scripts/buildAndRunTests.sh"