Skip to content

Commit 53263f3

Browse files
committed
CI: Build with --features unstable, to enable !Sync test
1 parent f8800b7 commit 53263f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ os:
88
- osx
99

1010
env:
11-
- FEATURES=""
12-
- FEATURES="--features force-inprocess"
11+
- 'FEATURES=--features "unstable"'
12+
- 'FEATURES=--features "unstable force-inprocess"'
1313

1414
notifications:
1515
webhooks: http://build.servo.org:54856/travis

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ install:
1313
build: false
1414

1515
test_script:
16-
- cargo test --verbose
16+
- 'cargo test --verbose --features "unstable"'

0 commit comments

Comments
 (0)