There was an error while loading. Please reload this page.
1 parent ddb3a1b commit 76996d1Copy full SHA for 76996d1
.travis.yml
@@ -5,20 +5,9 @@ compiler:
5
- gcc
6
7
before_install:
8
- - if [ "$CXX" == "g++" ]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; fi
9
- - sudo pip install codecov # From https://github.com/travis-ci/travis-ci/issues/1705
10
- - sudo apt-get update -qq
11
-
12
-#install:
13
- - if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
14
- - if [ "$CXX" = "g++" ]; then export CXX="g++-4.8"; fi
+ - sudo pip install codecov
15
16
script:
17
- #- $CXX --version
18
- #- g++ --version
19
- #- qmake
20
- #- cat Makefile
21
- #- make
22
- ./build.sh
23
24
after_success:
0 commit comments