Skip to content
This repository was archived by the owner on Mar 10, 2021. It is now read-only.

Commit c52f989

Browse files
committed
chore: updates travis config
1 parent 34fe8f4 commit c52f989

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ sudo: false
22
language: rust
33
rust:
44
- nightly
5-
- nightly-2016-06-05
5+
- nightly-2016-09-04
66
- beta
77
- stable
8-
# Only while clippy is failing
98
matrix:
109
allow_failures:
1110
- rust: nightly
@@ -18,8 +17,7 @@ script:
1817
cargo build --verbose &&
1918
cargo test --verbose &&
2019
travis-cargo --only nightly build &&
21-
travis-cargo --only nightly bench &&
22-
travis-cargo --only stable doc
20+
travis-cargo --only nightly bench
2321
addons:
2422
apt:
2523
packages:
@@ -28,7 +26,6 @@ addons:
2826
- libdw-dev
2927
after_success:
3028
- |
31-
travis-cargo --only stable doc-upload &&
3229
travis-cargo --only stable coveralls --no-sudo
3330
env:
3431
global:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT/Apache-2.0"
1111
keywords = ["term", "terminal", "size", "width", "dimension"]
1212

1313
[dependencies]
14-
clippy = { version = "~0.0.74", optional = true }
14+
clippy = { version = "~0.0.88", optional = true }
1515

1616
[target.'cfg(not(target_os = "windows"))'.dependencies]
1717
libc = "~0.2.9"

0 commit comments

Comments
 (0)