Skip to content
Snippets Groups Projects
Commit 1189a7e7 authored by adrien-matta's avatar adrien-matta
Browse files

* removing travis debugg

parent 87968b6c
No related branches found
No related tags found
No related merge requests found
...@@ -9,9 +9,6 @@ compiler: ...@@ -9,9 +9,6 @@ compiler:
before_install: before_install:
# Linux # Linux
- ls /usr/lib/
- ls /usr/lib/i386-linux-gnu/
- fail_on_this_command
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi - if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ trusty main universe"; fi - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ trusty main universe"; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get update -qq; fi - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get update -qq; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment