Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
Use older nightly, latest nigtly fails with an error
Browse files Browse the repository at this point in the history
See #4
  • Loading branch information
joar committed Dec 11, 2018
1 parent 3a353cb commit 5f6e0dc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ cache:
- $HOME/.cache/pip
env:
global:
- RUST_VERSION=nightly
# Minimum version required by PyO3
# Latest nightly does not work in manylinux container
- RUSTCSV_RUST_VERSION=nightly-2018-11-03
- RUSTCSV_BUILD_DEBUG=False

before_install:
Expand All @@ -21,8 +23,7 @@ before_install:
- pipenv install --dev --deploy

install:
- curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $RUST_VERSION
- export PATH="$HOME/.cargo/bin:$PATH"
- ./travis/instal-rust.sh
- make develop-release

stages:
Expand Down

0 comments on commit 5f6e0dc

Please sign in to comment.