Skip to content

Commit 0d9b0d9

Browse files
committed
Run tests in travis
1 parent e261a99 commit 0d9b0d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ before_install:
1313
script:
1414
- cd ui-sys
1515
- cargo build --verbose --tests --examples
16+
- xvfb-run cargo test
1617
- cd ../iui
1718
- cargo build --verbose --tests --examples
19+
- xvfb-run cargo test
1820
after_success: |
1921
[ $TRAVIS_BRANCH = master ] &&
2022
[ $TRAVIS_PULL_REQUEST = false ] &&

0 commit comments

Comments
 (0)