We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35928f commit a93ebadCopy full SHA for a93ebad
.travis.yml
@@ -1,5 +1,15 @@
1
language: rust
2
+before_install:
3
+ - rustup target add powerpc64-unknown-linux-gnu
4
rust:
5
- stable
6
- beta
7
- 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
14
+ - cargo build --verbose --all || exit
15
+ - cargo test --verbose --all
0 commit comments