Skip to content

Commit 76996d1

Browse files
author
richelbilderbeek
committed
Simplified script
1 parent ddb3a1b commit 76996d1

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

‎.travis.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,9 @@ compiler:
55
- gcc
66

77
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
8+
- sudo pip install codecov
159

1610
script:
17-
#- $CXX --version
18-
#- g++ --version
19-
#- qmake
20-
#- cat Makefile
21-
#- make
2211
- ./build.sh
2312

2413
after_success:

0 commit comments

Comments
 (0)