Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorzmazur committed Feb 17, 2017
1 parent abfa0a7 commit 5d00ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ before_script:
script:
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then make; fi
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then make test ; fi
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then xcodebuild -project yacas.xcodeproj -target ALL_BUILD; fi
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then travis_wait xcodebuild -project yacas.xcodeproj -target ALL_BUILD; fi
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then xcodebuild -project yacas.xcodeproj -target RUN_TESTS; fi
- cd .. && ant && ant test

Expand Down

0 comments on commit 5d00ef7

Please sign in to comment.