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

Commit 5f6e0dc

Browse files
committed
Use older nightly, latest nigtly fails with an error
See #4
1 parent 3a353cb commit 5f6e0dc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ cache:
1111
- $HOME/.cache/pip
1212
env:
1313
global:
14-
- RUST_VERSION=nightly
14+
# Minimum version required by PyO3
15+
# Latest nightly does not work in manylinux container
16+
- RUSTCSV_RUST_VERSION=nightly-2018-11-03
1517
- RUSTCSV_BUILD_DEBUG=False
1618

1719
before_install:
@@ -21,8 +23,7 @@ before_install:
2123
- pipenv install --dev --deploy
2224

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

2829
stages:

0 commit comments

Comments
 (0)