Skip to content

Commit

Permalink
Added Travis integration and fixed failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MindFlavor committed Jun 3, 2019
1 parent b9f0357 commit 70c2eff
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 56 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
@@ -0,0 +1,11 @@
language: rust
rust:
# right now we target nightly but we also test for stable
- stable
#- beta
- nightly
matrix:
allow_failures:
- rust: stable
fast_finish: true

0 comments on commit 70c2eff

Please sign in to comment.