Skip to content

Commit aa79938

Browse files
Add big-endian CI tests.
1 parent f35928f commit aa79938

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
language: rust
2+
before_install:
3+
- rustup target add powerpc64-unknown-linux-gnu
24
rust:
35
- stable
46
- beta
57
- nightly
8+
fast_finish: true
9+
env:
10+
- CARGO_INCREMENTAL=0
11+
script:
12+
- cargo check --verbose --target powerpc64-unknown-linux-gnu --lib --bins --tests
13+
- cargo build --verbose --all
14+
- cargo test --verbose --all

0 commit comments

Comments
 (0)