Skip to content

Commit

Permalink
Merge pull request #4 from PistonDevelopers/master
Browse files Browse the repository at this point in the history
Pull from remote
  • Loading branch information
johnthagen committed Sep 23, 2016
2 parents 54ef506 + c558b13 commit 276046d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
language: rust

rust:
- stable
- beta
- nightly

matrix:
allow_failures:
- rust: nightly

os:
- linux
- osx

script:
- cargo build
- cargo build --example test

0 comments on commit 276046d

Please sign in to comment.