Skip to content

Commit ce6104e

Browse files
author
Zibi Braniecki
committed
Yet another attempt to fix travis
1 parent d7aa9a8 commit ce6104e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ language: rust
22
sudo: required
33
cache: cargo
44
dist: trusty
5-
rust:
6-
- stable
7-
- beta
8-
- nightly
95
addons:
106
apt:
117
packages:
128
- libssl-dev
9+
rust:
10+
- nightly
11+
- beta
12+
- stable
1313

1414
script:
15-
- cargo build
16-
- cargo test
17-
- cargo doc
15+
- cargo clean
16+
- cargo build
17+
- cargo test
1818

1919
before_cache: |
2020
if [[ "$TRAVIS_RUST_VERSION" == stable ]]; then

0 commit comments

Comments
 (0)