Skip to content

Commit

Permalink
Add big-endian CI tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwoerister committed Jan 2, 2020
1 parent f35928f commit fdb2267
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
language: rust
before_install:
- rustup target add powerpc64-unknown-linux-gnu
rust:
- stable
- beta
- nightly
fast_finish: true
env:
- CARGO_INCREMENTAL=0
install: skip
script:
- cargo check --verbose --target powerpc64-unknown-linux-gnu --lib --bins --tests || exit 1
- cargo build --verbose --all || exit 1
- cargo test --verbose --all

0 comments on commit fdb2267

Please sign in to comment.