Skip to content

Commit

Permalink
Merge pull request #6 from MindFlavor/travis/pr
Browse files Browse the repository at this point in the history
Added Travis integration and fixed failing tests
  • Loading branch information
MindFlavor committed Jun 3, 2019
2 parents b43eff8 + 70c2eff commit 2cd6f20
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 56 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

Loading

0 comments on commit 2cd6f20

Please sign in to comment.