Skip to content

Commit

Permalink
fix(Travis): Re-add integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Oliveri committed Jan 8, 2019
1 parent 986ec39 commit 73e3cc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scripts/travis/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then wget https://swift.org/builds/swift-
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then tar xzf swift-4.1-RELEASE-ubuntu14.04.tar.gz ; fi
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export PATH=swift-4.1-RELEASE-ubuntu14.04/usr/bin:$PATH ; fi

# if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./Scripts/run-tests.sh ; fi
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./Scripts/run-tests.sh ; fi
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./Scripts/pod-lint.sh ; fi
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then swift build ; fi
# if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then swift test ; fi
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then swift test ; fi

0 comments on commit 73e3cc2

Please sign in to comment.