Skip to content

Commit

Permalink
test the nbody demo on nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Feb 20, 2016
1 parent a18604a commit 3ea4d81
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ script:
- |
[ $TRAVIS_RUST_VERSION != nightly ] ||
cargo test --features nightly
- cd demo/quicksort
- cargo build
- cd demo/quicksort && cargo build && cd ../../
- |
[ $TRAVIS_RUST_VERSION != nightly ] ||
( cd demo/nbody && cargo run --release -- bench && cd ../../ )

0 comments on commit 3ea4d81

Please sign in to comment.