Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
archer884 committed Jun 2, 2017
1 parent 2bb5f62 commit 93a311f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: rust
cache: cargo
rust: stable
os:
- linux
- osx
- windows
script:
- cargo build -v
- cargo test -v
branches:
only:
- master

0 comments on commit 93a311f

Please sign in to comment.