Skip to content

Commit

Permalink
Add Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeviant committed Feb 10, 2019
1 parent c1fde12 commit b10581c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: rust

rust:
- stable
- nightly

matrix:
allow_failures:
- rust: nightly
fast_finish: true

addons:
apt:
packages:
- libsfml-dev
- libcsfml-dev

script:
- cargo test --verbose

0 comments on commit b10581c

Please sign in to comment.