Skip to content

Commit

Permalink
basic travis
Browse files Browse the repository at this point in the history
  • Loading branch information
samsartor committed Feb 17, 2018
1 parent fa2e22d commit 4fde81c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 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:
- stable
- nightly
matrix:
allow_failures:
- rust: stable
os:
- linux
cache: cargo
script: ./travis.sh
6 changes: 6 additions & 0 deletions travis.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

set -ex
export RUST_BACKTRACE=1

cargo test --all

0 comments on commit 4fde81c

Please sign in to comment.