remove ln

This commit is contained in:
NikVolf
2017-06-05 15:47:21 +03:00
parent 5e568cfbd6
commit 02db65187a

View File

@ -15,8 +15,6 @@ addons:
- cmake - cmake
script: script:
- ln -s /usr/bin/gcc-6 /usr/local/bin/gcc
- ln -s /usr/bin/g++-6 /usr/local/bin/g++
- 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 --release --verbose - cargo build --release --verbose