summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: c87a7dee55dc78bd04e8f0890bb12d8372cc7507 (plain)
1
2
3
4
5
6
7
8
9
10
11
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