Skip to content

Commit 0b406c7

Browse files
committed
only do a build on 1.13.0 after all
1 parent d2bef7e commit 0b406c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ matrix:
2121
- cargo generate-lockfile
2222
- sed -i -e 's/"rand 0.[34].[0-9]\+/"rand 0.3.20/' Cargo.lock
2323
- sed -i -e '/^name = "rand"/,/^$/s/version = "0.3.[0-9]\+"/version = "0.3.20"/' Cargo.lock
24+
script: cargo build
2425

2526
- rust: stable
2627
os: linux

0 commit comments

Comments
 (0)