Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zTgx authored Aug 8, 2019
1 parent 94f4dac commit 5e170f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: rust
sudo: false

rust:
- stable

script:
- cargo build --verbose --all

0 comments on commit 5e170f3

Please sign in to comment.