Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
erickt committed May 18, 2015
1 parent 8c6bdd6 commit d9ec712
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
language: rust
rust:
- nightly
- beta
- stable
script:
- cargo test
- cargo doc
- (test $TRAVIS_RUST_VERSION == "nightly" || (cd quasi_macros && cargo test)
- (test $TRAVIS_RUST_VERSION == "nightly" || (cd quasi_macros && cargo doc)
- (cd quasi_tests && cargo test)
after_success: |
[ $TRAVIS_BRANCH = "master" ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
Expand Down

0 comments on commit d9ec712

Please sign in to comment.