Skip to content

Commit 8c43131

Browse files
committed
Update .travis.yml
1 parent b896484 commit 8c43131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ before_install:
2222
- g++ -v
2323
- rustup component add clippy-preview rustfmt-preview
2424
script:
25-
- cargo build
25+
- travis_wait 30 cargo build
2626
- cargo test
2727
- cargo clippy --all-targets --all-features -- -D warnings
2828
- cargo fmt --all -- --check

0 commit comments

Comments
 (0)