Skip to content

Commit

Permalink
apt-get install is faster
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Mar 14, 2017
1 parent baae817 commit 5f21d39
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .travis.yml
Expand Up @@ -2,14 +2,6 @@ language: cpp
compiler: gcc
dist: trusty

#addons:
# apt:
# sources:
# - ubuntu-toolchain-r-test
# packages:
# - gcc-6
# - g++-6

before_install:
# C++14
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
Expand All @@ -20,9 +12,6 @@ install:
- sudo apt-get install -qq g++-6
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 90

#before_script:
# - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 90

script:
- qmake
- make
Expand Down

0 comments on commit 5f21d39

Please sign in to comment.