disable nightly

This commit is contained in:
Nikolay Kim 2017-05-12 23:30:30 -07:00
parent b2d49c3648
commit 0e777f1f4f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ python:
- "3.6"
env:
- RUST_VERSION=1.17.0
- RUST_VERSION=nightly
# - RUST_VERSION=nightly
sudo: false
install:
- python -c "import sysconfig; print('\n'.join(map(repr,sorted(sysconfig.get_config_vars().items()))))"