Remove redundant build.

This commit is contained in:
Sergey Pepyakin 2018-01-22 20:14:39 +03:00
parent e4d1c1f0c0
commit 87ff031a17
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ addons:
script:
- export CC=/usr/bin/gcc-6
- export CXX=/usr/bin/g++-6
- cargo build --verbose
- cargo test --verbose
- cargo test --manifest-path=spec/Cargo.toml
after_success: |