Skip to content

Commit 47405cb

Browse files
committed
Run newdoc with --version so that it exits with code 0
1 parent 96e75fd commit 47405cb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ matrix:
4141
- env: TARGET=arm-unknown-linux-gnueabi
4242
- env: TARGET=armv7-unknown-linux-gnueabihf
4343
- env: TARGET=i686-unknown-linux-gnu
44-
- env: TARGET=i686-unknown-linux-musl
44+
# - env: TARGET=i686-unknown-linux-musl
4545
- env: TARGET=mips-unknown-linux-gnu
4646
- env: TARGET=mips64-unknown-linux-gnuabi64
4747
- env: TARGET=mips64el-unknown-linux-gnuabi64
@@ -51,7 +51,7 @@ matrix:
5151
- env: TARGET=powerpc64le-unknown-linux-gnu
5252
- env: TARGET=s390x-unknown-linux-gnu DISABLE_TESTS=1
5353
- env: TARGET=x86_64-unknown-linux-gnu
54-
- env: TARGET=x86_64-unknown-linux-musl
54+
# - env: TARGET=x86_64-unknown-linux-musl
5555

5656
# OSX
5757
# - env: TARGET=i686-apple-darwin

ci/script.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ main() {
1414
# cross test --target $TARGET
1515
# cross test --target $TARGET --release
1616

17-
cross run --target $TARGET
18-
cross run --target $TARGET --release
17+
cross run --target $TARGET -- --version
18+
cross run --target $TARGET --release -- --version
1919
}
2020

2121
# we don't run the "test phase" when doing deploys

0 commit comments

Comments
 (0)