summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorStephen Moloney <stephen@stephenmoloney.com>2017-04-28 11:05:28 +0100
committerStephen Moloney <stephen@stephenmoloney.com>2017-04-28 11:05:28 +0100
commitc5a738ba0a378b695d4c1e66516d2760336a7f13 (patch)
tree9ef60cc51f29e5348d0780108210a920841c4f16 /.travis.yml
parent6d45836b4d7cbff4be2c657d3d9a2f9eeac727bf (diff)
downloadwekan-c5a738ba0a378b695d4c1e66516d2760336a7f13.tar.gz
wekan-c5a738ba0a378b695d4c1e66516d2760336a7f13.tar.bz2
wekan-c5a738ba0a378b695d4c1e66516d2760336a7f13.zip
gcc already newer version since using trusty now and not precise
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 77a8af18..1bdc5b25 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,13 +3,11 @@ sudo: required
env:
TRAVIS_DOCKER_COMPOSE_VERSION: 1.12.0
- TRAVIS_GCC_VERSION: 4.9
TRAVIS_NODE_VERSION: 4.8.1
TRAVIS_NPM_VERSION: 4.4.4
before_install:
- sudo apt-get update -y
- - sudo apt-get install -y gcc-${TRAVIS_GCC_VERSION}
- npm install -g npm@${TRAVIS_NPM_VERSION}
- sudo curl -fsSL https://get.docker.com/ | sh
- if [ -e /usr/local/bin/docker-compose ]; then sudo rm /usr/local/bin/docker-compose; fi