Skip to content

Commit de477e1

Browse files
committed
Fixed Travis CI
1 parent 20f1a56 commit de477e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

travis.yml renamed to .travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ script:
2424

2525
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export PATH=$(pwd)/tests/$SWIFT_VERSION-ubuntu14.04/usr/bin:"${PATH}" ; fi
2626
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then swift build ; fi
27-
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then swift test ; fi
28-
27+
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then swift test ; fi

0 commit comments

Comments
 (0)