Skip to content

Commit dfb0693

Browse files
authored
Merge pull request #229 from phansch/run-normal-testsuite-on-ci
Run `cargo test` on CI
2 parents d103b4b + aebc410 commit dfb0693

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ matrix:
1212
- rust: nightly
1313
env: FEATURES=""
1414

15-
script: cd test-project && cargo test $FEATURES
15+
script:
16+
- cargo test $FEATURES
17+
- cd test-project && cargo test $FEATURES
1618

1719
notifications:
1820
email:

0 commit comments

Comments
 (0)