Skip to content

Commit

Permalink
ci improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Limeth committed Jun 4, 2017
1 parent 846e8f6 commit 8fb4b7a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ matrix:
- env: TARGET=s390x-unknown-linux-gnu DISABLE_TESTS=1

# Testing other channels
- env: TARGET=x86_64-unknown-linux-gnu
rust: nightly
- env: TARGET=x86_64-apple-darwin
os: osx
rust: nightly
#- env: TARGET=x86_64-unknown-linux-gnu
# rust: nightly
#- env: TARGET=x86_64-apple-darwin
# os: osx
# rust: nightly

before_install: set -e

Expand Down
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ test_script:
cargo build --target %TARGET% &&
cargo build --target %TARGET% --release &&
cargo test --target %TARGET% &&
cargo test --target %TARGET% --release &&
cargo run --target %TARGET% &&
cargo run --target %TARGET% --release
cargo test --target %TARGET% --release
)

before_deploy:
Expand Down
3 changes: 0 additions & 3 deletions ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ main() {

cross test --target $TARGET
cross test --target $TARGET --release

cross run --target $TARGET
cross run --target $TARGET --release
}

# we don't run the "test phase" when doing deploys
Expand Down

0 comments on commit 8fb4b7a

Please sign in to comment.