Skip to content

Commit 2f7ba54

Browse files
authored
Pin nightly in travis ci
1 parent 42dfc3d commit 2f7ba54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ matrix:
1313
- python: "3.8-dev"
1414

1515
install:
16-
- curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly
16+
- curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2019-06-22
1717
- source $HOME/.cargo/env
1818
- export PYTHON_LIB=$(python -c "import sysconfig; print(sysconfig.get_config_var('LIBDIR'))")
1919
- export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$PYTHON_LIB:$HOME/rust/lib"

0 commit comments

Comments
 (0)