summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2018-11-30 19:52:07 +0100
committerPietro Albini <pietro@pietroalbini.org>2018-11-30 19:52:07 +0100
commit6440a9c7e409122487bc0f5adda7250cf525ceb7 (patch)
treedc902dc2d965505a48bfa0ffec7c921aa419aa4f /.travis.yml
parent1ad7fbefc9b625ad5e020b3a578f73d38313eb97 (diff)
run check on travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index c87a7de..09d8889 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,10 +2,4 @@ language: rust
rust: beta
script:
- - cargo build
- - export RUST_LOG=mailgun_mailmap=debug
- - if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then cargo run; fi
-
-branches:
- only:
- - master
+ - cargo run check