Skip to content

Commit ceab906

Browse files
aturoncramertj
authored andcommitted
Adjust travis.yaml for WIP state
1 parent 9f81256 commit ceab906

File tree

1 file changed

+33
-31
lines changed

1 file changed

+33
-31
lines changed

.travis.yml

Lines changed: 33 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
language: rust
2+
rust:
3+
- nightly
24
sudo: false
35

46
matrix:
57
include:
68
- os: osx
7-
- rust: stable
8-
- rust: beta
9-
- rust: nightly
10-
script: cargo bench --all && cd futures-util && cargo bench --features=bench
9+
# - rust: stable
10+
# - rust: beta
11+
# - rust: nightly
12+
# script: cargo bench --all && cd futures-util && cargo bench --features=bench
1113
- rust: nightly
1214
before_script:
1315
- pip install ghp-import --user && export PATH=$HOME/.local/bin:$PATH
@@ -16,33 +18,33 @@ matrix:
1618
after_success:
1719
- ghp-import -n target/doc
1820
- git push -qf https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
19-
- rust: stable
20-
script:
21-
- cargo build --manifest-path futures-core/Cargo.toml --no-default-features
22-
- cargo build --manifest-path futures/Cargo.toml --no-default-features
23-
- cargo build --manifest-path futures-channel/Cargo.toml --no-default-features
24-
- cargo build --manifest-path futures-executor/Cargo.toml --no-default-features
25-
- cargo build --manifest-path futures-sink/Cargo.toml --no-default-features
26-
- cargo build --manifest-path futures-util/Cargo.toml --no-default-features
27-
- rust: nightly
28-
script:
29-
- cargo build --manifest-path futures-core/Cargo.toml --features nightly
30-
- cargo build --manifest-path futures-stable/Cargo.toml --features nightly
31-
- cargo build --manifest-path futures-async-runtime/Cargo.toml --features nightly
32-
- cargo build --manifest-path futures-macro-async/Cargo.toml --features nightly
33-
- cargo build --manifest-path futures/Cargo.toml --features nightly
34-
- cargo test --manifest-path futures-macro-await/Cargo.toml --features nightly
35-
- cargo test --manifest-path futures/Cargo.toml --features nightly --test async_await_tests
36-
- rust: nightly
37-
script:
38-
- rustup component add rust-src
39-
- cargo install xargo
40-
- xargo build --manifest-path futures/Cargo.toml --target thumbv6m-none-eabi --no-default-features --features nightly
41-
- rust: 1.20.0
42-
script: cargo test --all
43-
- rust: nightly
44-
script:
45-
- cargo test --manifest-path futures/testcrate/Cargo.toml
21+
# - rust: stable
22+
# script:
23+
# - cargo build --manifest-path futures-core/Cargo.toml --no-default-features
24+
# - cargo build --manifest-path futures/Cargo.toml --no-default-features
25+
# - cargo build --manifest-path futures-channel/Cargo.toml --no-default-features
26+
# - cargo build --manifest-path futures-executor/Cargo.toml --no-default-features
27+
# - cargo build --manifest-path futures-sink/Cargo.toml --no-default-features
28+
# - cargo build --manifest-path futures-util/Cargo.toml --no-default-features
29+
# - rust: nightly
30+
# script:
31+
# - cargo build --manifest-path futures-core/Cargo.toml --features nightly
32+
# - cargo build --manifest-path futures-stable/Cargo.toml --features nightly
33+
# - cargo build --manifest-path futures-async-runtime/Cargo.toml --features nightly
34+
# - cargo build --manifest-path futures-macro-async/Cargo.toml --features nightly
35+
# - cargo build --manifest-path futures/Cargo.toml --features nightly
36+
# - cargo test --manifest-path futures-macro-await/Cargo.toml --features nightly
37+
# - cargo test --manifest-path futures/Cargo.toml --features nightly --test async_await_tests
38+
# - rust: nightly
39+
# script:
40+
# - rustup component add rust-src
41+
# - cargo install xargo
42+
# - xargo build --manifest-path futures/Cargo.toml --target thumbv6m-none-eabi --no-default-features --features nightly
43+
# - rust: 1.20.0
44+
# script: cargo test --all
45+
# - rust: nightly
46+
# script:
47+
# - cargo test --manifest-path futures/testcrate/Cargo.toml
4648

4749
script:
4850
- cargo test --all

0 commit comments

Comments
 (0)