Skip to content

Commit

Permalink
Travis CI: trying to understand why our tests now fail on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Jun 19, 2017
1 parent 7953853 commit 3c92ce7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Expand Up @@ -4,8 +4,8 @@ sudo: required
dist: trusty

os:
- linux
# - osx
# - linux
- osx

env:
- CONFIG=Release
Expand Down Expand Up @@ -48,6 +48,11 @@ script:
fi
&& make -j 3
&& cd ..
&& build/OpenCOR.app/Contents/MacOS/OpenCOR -a
&& build/OpenCOR.app/Contents/MacOS/OpenCOR -h
&& build/OpenCOR.app/Contents/MacOS/OpenCOR -p
&& build/OpenCOR.app/Contents/MacOS/OpenCOR -s
&& build/OpenCOR.app/Contents/MacOS/OpenCOR -v
&& if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
build/bin/runtests
;
Expand Down

0 comments on commit 3c92ce7

Please sign in to comment.