Skip to content

Commit

Permalink
travis: Test with and without procedural macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Jan 21, 2017
1 parent 52e6527 commit 21f8573
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ script:
- cargo test --verbose
- cargo doc --verbose
- cargo test --features heapsize
- cargo test --features dummy_match_byte
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then cargo test --features bench; fi
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then cargo test --features "bench dummy_match_byte"; fi

notifications:
webhooks: http://build.servo.org:54856/travis

0 comments on commit 21f8573

Please sign in to comment.