Skip to content

Commit 9154d77

Browse files
committed
remove travis_wait
1 parent 56cd611 commit 9154d77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ matrix:
1414
- env: TARGET=aarch64-unknown-linux-gnu
1515
- os: osx
1616
env: TARGET=x86_64-apple-darwin NO_ADD=1
17-
script: travis_wait 30 ci/run.sh
17+
script: ci/run.sh
1818
- install: true
19-
script: travis_wait 30 ci/dox.sh
19+
script: ci/dox.sh
2020
- env: RUSTFMT=On TARGET=x86_64-unknown-linux-gnu NO_ADD=1
2121
script: |
2222
cargo install rustfmt-nightly
@@ -33,7 +33,7 @@ install:
3333

3434
script:
3535
- cargo generate-lockfile
36-
- travis_wait 30 ci/run-docker.sh $TARGET
36+
- ci/run-docker.sh $TARGET
3737

3838
notifications:
3939
email:

0 commit comments

Comments
 (0)