Skip to content

Commit

Permalink
CI: Build with --features unstable, to enable !Sync test
Browse files Browse the repository at this point in the history
  • Loading branch information
antrik committed Nov 3, 2016
1 parent f8800b7 commit 53263f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ os:
- osx

env:
- FEATURES=""
- FEATURES="--features force-inprocess"
- 'FEATURES=--features "unstable"'
- 'FEATURES=--features "unstable force-inprocess"'

notifications:
webhooks: http://build.servo.org:54856/travis
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ install:
build: false

test_script:
- cargo test --verbose
- 'cargo test --verbose --features "unstable"'

0 comments on commit 53263f3

Please sign in to comment.