Skip to content

Commit

Permalink
Try a different approach for building on both platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Ponyboy47 committed Sep 20, 2018
1 parent acd8fbf commit f9a6e66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ before_install:
install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then swiftenv install $(cat .swift-version) | grep -qe "\(been\|already\) installed"; fi
script:
- ./Misc/build.sh
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then travis_wait swift test; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then make test_darwin; fi

after_success:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then bash <(curl -s https://codecov.io/bash); fi
9 changes: 0 additions & 9 deletions Misc/build.sh

This file was deleted.

0 comments on commit f9a6e66

Please sign in to comment.