Browse Source
This makes travis-ci able to run our tests again. Sometimes. If it doesn't spontaneously fails with internal gcc errors… Git-Dch: Ignoredebian/1.8.y

4 changed files with 18 additions and 5 deletions
@ -1,5 +1,9 @@ |
|||
language: cpp |
|||
before_install: |
|||
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y |
|||
- sudo apt-get update -q |
|||
install: |
|||
- sudo ./prepare-release travis-ci |
|||
script: make && make test && test/integration/run-tests |
|||
- export CC=gcc-5 |
|||
- export CXX=g++-5 |
|||
script: make -j1 && make test && test/integration/run-tests |
|||
|
Loading…
Reference in new issue