This commit is contained in:
Tomasz Drwięga 2016-07-11 18:47:58 +02:00
parent d65a1d2b2a
commit ab1c6cd655

View File

@ -20,6 +20,8 @@ matrix:
env: env:
global: global:
- CXX="g++-4.8"
- CC="gcc-4.8"
- RUST_BACKTRACE="1" - RUST_BACKTRACE="1"
- RUN_TESTS="false" - RUN_TESTS="false"
- RUN_COVERAGE="false" - RUN_COVERAGE="false"
@ -36,10 +38,14 @@ cache:
addons: addons:
apt: apt:
sources:
- ubuntu-toolchain-r-test
packages: packages:
- libcurl4-openssl-dev - libcurl4-openssl-dev
- libelf-dev - libelf-dev
- libdw-dev - libdw-dev
- gcc-4.8
- g++-4.8
script: script:
- if [ "$RUN_TESTS" = "true" ]; then ./test.sh; fi - if [ "$RUN_TESTS" = "true" ]; then ./test.sh; fi