File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change 11language : rust
22rust :
3- - stable
4- - beta
5- - nightly
3+ - 1.46.0
4+ - stable
5+ - beta
6+ - nightly
67arch :
7- - amd64
8- - arm64
9- - ppc64le
10- - s390x
8+ - amd64
9+ - arm64
10+ - ppc64le
11+ - s390x
1112
1213cache :
13- directories :
14- - /home/travis/.rustup
15- - /home/travis/.cargo
16- - /home/travis/target
14+ directories :
15+ - /home/travis/.rustup
16+ - /home/travis/.cargo
17+ - /home/travis/target
1718
1819install :
19- - rustup update
20- - mkdir -p .cargo && echo '[build]' > .cargo/config && echo 'target-dir = "/home/travis/target"'
21- >> .cargo/config
20+ - rustup update
21+ - mkdir -p .cargo && echo '[build]' > .cargo/config && echo 'target-dir = "/home/travis/target"'
22+ >> .cargo/config
2223
2324script : cargo test
You can’t perform that action at this time.
0 commit comments