mirror of
https://github.com/KjellKod/g3log.git
synced 2025-01-31 14:39:54 +01:00
fixed travis scripting
This commit is contained in:
parent
3b7f084805
commit
7c5ce707e2
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user