Remove redundant build.
This commit is contained in:
parent
e4d1c1f0c0
commit
87ff031a17
|
@ -14,7 +14,6 @@ addons:
|
||||||
script:
|
script:
|
||||||
- export CC=/usr/bin/gcc-6
|
- export CC=/usr/bin/gcc-6
|
||||||
- export CXX=/usr/bin/g++-6
|
- export CXX=/usr/bin/g++-6
|
||||||
- cargo build --verbose
|
|
||||||
- cargo test --verbose
|
- cargo test --verbose
|
||||||
- cargo test --manifest-path=spec/Cargo.toml
|
- cargo test --manifest-path=spec/Cargo.toml
|
||||||
after_success: |
|
after_success: |
|
||||||
|
|
Loading…
Reference in New Issue