Skip to content

Commit

Permalink
Add .travis-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anguslees committed Feb 15, 2017
1 parent de9a918 commit 28bd5a6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
@@ -0,0 +1,21 @@
language: rust
rust:
- stable
- beta
- nightly

# Need semi-recent g++ (for jsonnet-sys)
dist: trusty
group: beta

sudo: false

env:
- RUST_BACKTRACE=1
script:
- cargo build --verbose
- cargo test --verbose

notifications:
email:
on_success: never

0 comments on commit 28bd5a6

Please sign in to comment.