Browse Source

Merge pull request #35 from panicbit/travis_ci

Add Travis CI
pull/10/head
Ronald Kinard 8 years ago committed by GitHub
parent
commit
1a3e3c7be9
  1. 14
      .travis.yml

14
.travis.yml

@ -0,0 +1,14 @@ @@ -0,0 +1,14 @@
language: rust
rust:
- nightly-2017-07-18
- nightly
matrix:
allow_failures:
- rust: nightly
script:
- cd ctr-std
- cargo build
- cargo test
Loading…
Cancel
Save