Skip to content

Commit

Permalink
Add Travis CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbrowne committed Mar 27, 2018
1 parent be15951 commit 89ea3ee
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: rust
rust:
- stable
- beta
os:
- linux
- osx
script:
- cargo test

0 comments on commit 89ea3ee

Please sign in to comment.