Skip to content

Commit 5ef3ed4

Browse files
committed
ci: don't try to run tests on OSX
We want the package to be able to be in the build tree without failing OSX but we don't really care about the tests being runnable on this platform. Signed-off-by: Paul Osborne <[email protected]>
1 parent 8e40032 commit 5ef3ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ os:
77

88
script:
99
- cargo build --verbose
10-
- cargo test --verbose
10+
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cargo test --verbose; fi

0 commit comments

Comments
 (0)