commit | 6d817ed05af919cc3dd5ea2889018eaa48d87ab9 | [log] [tgz] |
---|---|---|
author | Alex Crichton <alex@alexcrichton.com> | Tue Nov 03 15:23:22 2015 -0800 |
committer | Alex Crichton <alex@alexcrichton.com> | Tue Nov 03 15:23:22 2015 -0800 |
tree | b5e0370dcfc8a8bfae27134e5d6448498fec3c54 | |
parent | 57ba1fa360f9289e092679122ce7a645b8f5cc6b [diff] | |
parent | 094b0d4e854651165d3b5addd5534b2e5d8bd766 [diff] |
Merge pull request #34 from alexcrichton/less-ci Only run libc-test on nightly
diff --git a/.travis.yml b/.travis.yml index f772fb5..c53fcf1 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -7,7 +7,11 @@ services: - docker script: - - sh ci/run-travis.sh + - if [[ $TRAVIS_RUST_VERSION = nightly* ]]; then + sh ci/run-travis.sh; + else + cargo build; + fi os: - linux - osx