mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Fixed CI.
This commit is contained in:
@@ -6,9 +6,6 @@ matrix:
|
||||
- compiler: clang
|
||||
os: osx
|
||||
|
||||
install:
|
||||
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
|
||||
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
@@ -19,7 +16,8 @@ addons:
|
||||
- clang
|
||||
|
||||
script:
|
||||
make test
|
||||
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then make test CXX="g++-4.8" CC="gcc-4.8"; fi
|
||||
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then make test; fi
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
||||
Reference in New Issue
Block a user