Skip to content

Commit

Permalink
Update travis CI config to test with and without gpu_cache feature
Browse files Browse the repository at this point in the history
  • Loading branch information
YOSHIOKA Takuma committed Oct 6, 2017
1 parent 7dfda92 commit 2e6c0de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
@@ -1,4 +1,9 @@
language: rust
script:
- cargo build --verbose
- cargo test --verbose
- cargo build --verbose --features="gpu_cache"
- cargo test --verbose --features="gpu_cache"
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
Expand Down

0 comments on commit 2e6c0de

Please sign in to comment.