Fixed source

Former-commit-id: 5a415465fdfa187911ce6fec9b7e5d6412db09ce
This commit is contained in:
Forest Anderson
2019-04-23 13:44:00 -04:00
committed by Forest
parent c3742f9360
commit 5da6531b7a

View File

@ -15,7 +15,7 @@ rust-nightly:
- apt-get update
- apt-get install curl -y
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
- source /root/.cargo/bin:$PATH
- source /root/.cargo/env
- cargo build
- cargo test --verbose
allow_failure: false