Skip to content

Commit d67d015

Browse files
committedOct 23, 2020
Fixing travis-ci
1 parent fab2b38 commit d67d015

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ script:
3030
- git clone https://github.com/satya-das/common.git
3131
- mkdir -p build
3232
- cd build
33-
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then cmake -DCMAKE_C_COMPILER=`which gcc-5` -DCMAKE_CXX_COMPILER=`which g++-5` -G Ninja ../cppparser/; fi
34-
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then cmake -G Ninja ../cppparser/; fi
33+
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then cmake -DCMAKE_C_COMPILER=`which gcc-5` -DCMAKE_CXX_COMPILER=`which g++-5` ../cppparser/; fi
34+
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then cmake ../cppparser/; fi
3535
- make
3636
- make test
3737

0 commit comments

Comments
 (0)