Skip to content

Commit

Permalink
Fix travis build script to test everything
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed Sep 6, 2015
1 parent 1617f6f commit 5d978a9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
language: rust
rust:
- stable
- beta
- nightly
before_install:
- bash check-style.sh
script:
- cd server && cargo build --verbose && cd ..
- cd server && cargo test --verbose && cd ..
- cargo build --verbose
- cargo test --verbose
after_success:
- |
test ${TRAVIS_PULL_REQUEST} == "false" && \
Expand Down

0 comments on commit 5d978a9

Please sign in to comment.