Skip to content
Snippets Groups Projects
Unverified Commit d513a940 authored by Michael Aaron Murphy's avatar Michael Aaron Murphy Committed by GitHub
Browse files

disable Redox travis builds until Redox builds are fixed (#721)

parent 34c1b992
No related branches found
No related tags found
No related merge requests found
...@@ -6,10 +6,10 @@ notifications: ...@@ -6,10 +6,10 @@ notifications:
email: false email: false
env: env:
- REDOX= - REDOX=
- REDOX=1 CC=x86_64-unknown-redox-gcc CARGO_ARGS='--target=x86_64-unknown-redox' # - REDOX=1 CC=x86_64-unknown-redox-gcc CARGO_ARGS='--target=x86_64-unknown-redox'
before_install: before_install:
- if [ $REDOX ]; then ./.travis/redox-toolchain.sh; fi - if [ $REDOX ]; then ./.travis/redox-toolchain.sh; fi
script: script:
- cargo build $CARGO_ARGS - cargo build $CARGO_ARGS
- if [ ! $REDOX ]; then cargo test; fi - if [ ! $REDOX ]; then cargo test; fi
- if [ ! $REDOX ]; then bash examples/run_examples.sh; fi - if [ ! $REDOX ]; then bash examples/run_examples.sh; fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment