Skip to content

Commit ec2e660

Browse files
committed
Fix Travis CI test integration with workspaces
1 parent 07acbdd commit ec2e660

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ script:
3131
- git add -A
3232
- git diff @
3333
- git diff-index --quiet HEAD
34-
- cargo test -p tests_expectations
3534
- cargo build --features "$BINDGEN_FEATURES _docs"
36-
- cd ..
35+
- cd tests/expectations
36+
- cargo test
37+
- cd ../../../bindgen
3738
- cargo test --features "$BINDGEN_FEATURES"
3839
- cargo test --release --features "$BINDGEN_FEATURES"
3940

0 commit comments

Comments
 (0)