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

Commit

Permalink
Build tests for all compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
erickt committed May 18, 2015
1 parent 0667102 commit 4a63dad
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
language: rust
rust:
- nightly
- beta
- stable
matrix:
- include:
- rust: nightly
env: FEATURES="--features nightly"
script:
- cargo test
- cargo doc
- cargo build --verbose $FEATURES
- cargo test --verbose $FEATURES
- cargo doc --verbose $FEATURES
after_success: |
[ $TRAVIS_BRANCH = "master" ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
Expand Down

0 comments on commit 4a63dad

Please sign in to comment.