Skip to content

Commit 1040ba0

Browse files
committed
Build with lowest supported rustc version on Travis.
1 parent 9752087 commit 1040ba0

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

.travis.yml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
language: rust
22
rust:
3-
- stable
4-
- beta
5-
- nightly
3+
- 1.46.0
4+
- stable
5+
- beta
6+
- nightly
67
arch:
7-
- amd64
8-
- arm64
9-
- ppc64le
10-
- s390x
8+
- amd64
9+
- arm64
10+
- ppc64le
11+
- s390x
1112

1213
cache:
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

1819
install:
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

2324
script: cargo test

0 commit comments

Comments
 (0)