fix appveyor
This commit is contained in:
parent
955345ef15
commit
dede070488
2 changed files with 6 additions and 8 deletions
12
.travis.yml
12
.travis.yml
|
@ -72,12 +72,12 @@ matrix:
|
|||
# - env: TARGET=thumbv7em-none-eabihf
|
||||
# - env: TARGET=thumbv7m-none-eabi
|
||||
|
||||
# Testing other channels
|
||||
- env: TARGET=x86_64-unknown-linux-gnu
|
||||
rust: nightly
|
||||
- env: TARGET=x86_64-apple-darwin
|
||||
os: osx
|
||||
rust: nightly
|
||||
# # Testing other channels
|
||||
# - env: TARGET=x86_64-unknown-linux-gnu
|
||||
# rust: nightly
|
||||
# - env: TARGET=x86_64-apple-darwin
|
||||
# os: osx
|
||||
# rust: nightly
|
||||
|
||||
before_install:
|
||||
- set -e
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
environment:
|
||||
global:
|
||||
# overridden on a case by case basis down below
|
||||
RUST_VERSION: stable
|
||||
|
||||
CRATE_NAME: zokrates
|
||||
RUST_VERSION: nightly
|
||||
|
||||
|
|
Loading…
Reference in a new issue