Skip to content

Commit 9042c67

Browse files
committed
Also run the unit tests on CI
1 parent 484749c commit 9042c67

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ matrix:
1010
- rust: nightly
1111
env: FEATURES="--features stable"
1212

13-
script: cd test-project && cargo test $FEATURES
13+
script:
14+
- cargo test $FEATURES
15+
- cd test-project && cargo test $FEATURES
1416

1517
notifications:
1618
email:

0 commit comments

Comments
 (0)