Skip to content

Commit

Permalink
add travis-ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanceras committed Oct 17, 2016
1 parent 3ceba14 commit d59080b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
@@ -0,0 +1,7 @@
language: rust
rust:
- nightly

script:
- cargo build
- cargo test

0 comments on commit d59080b

Please sign in to comment.