Skip to content

Commit

Permalink
Merge pull request #55 from shepmaster/ci
Browse files Browse the repository at this point in the history
Update CI configuration to include stable
  • Loading branch information
shepmaster authored Dec 5, 2017
2 parents 5fc0904 + 5bfef62 commit 5e2253d
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
language: rust
sudo: false
rust:
- stable
- nightly
- beta
env:
matrix:
- FEATURES=""
- FEATURES="unstable"
global:
secure: WPH3AcdfXVt8QBD5oNTZtBGDqnV4dt9LA0pxJJ0QjJZgZtjp+HfTG+l6NnX+8C8WPLOubYnphTdGg6tOCq/x5wJpltYMUNubF9ivhavyCkG2UfItyuejdjmf7edeHk3maNqY0cml9L/Gh5ysrf3/ti5+LZXzdnX9QhQvoL1TFZg=
matrix:
exclude:
- rust: beta
include:
- rust: nightly
env: FEATURES="unstable"
script: |
cargo build --verbose --features "${FEATURES}"
cargo test --verbose --features "${FEATURES}"
after_success: "./deploy_gh_pages.sh"

0 comments on commit 5e2253d

Please sign in to comment.