Skip to content

Commit fdb2267

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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+
install: skip
12+
script:
13+
- cargo check --verbose --target powerpc64-unknown-linux-gnu --lib --bins --tests || exit 1
14+
- cargo build --verbose --all || exit 1
15+
- cargo test --verbose --all

0 commit comments

Comments
 (0)