Fixed source

Former-commit-id: 192c67bba4180fcf39e4e9c48b0a85323600f18c
This commit is contained in:
Forest Anderson 2019-04-23 13:44:00 -04:00
parent af250ce03a
commit a580d46820

View File

@ -15,7 +15,7 @@ rust-nightly:
- apt-get update - apt-get update
- apt-get install curl -y - apt-get install curl -y
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly - 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 build
- cargo test --verbose - cargo test --verbose
allow_failure: false allow_failure: false