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 aa79938
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
language: rust
before_install:
- rustup target add powerpc64-unknown-linux-gnu
rust:
- stable
- beta
- nightly
fast_finish: true
env:
- CARGO_INCREMENTAL=0
script:
- cargo check --verbose --target powerpc64-unknown-linux-gnu --lib --bins --tests
- cargo build --verbose --all
- cargo test --verbose --all

0 comments on commit aa79938

Please sign in to comment.