mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
gcc already newer version since using trusty now and not precise
This commit is contained in:
parent
6d45836b4d
commit
c5a738ba0a
1 changed files with 0 additions and 2 deletions
|
@ -3,13 +3,11 @@ sudo: required
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TRAVIS_DOCKER_COMPOSE_VERSION: 1.12.0
|
TRAVIS_DOCKER_COMPOSE_VERSION: 1.12.0
|
||||||
TRAVIS_GCC_VERSION: 4.9
|
|
||||||
TRAVIS_NODE_VERSION: 4.8.1
|
TRAVIS_NODE_VERSION: 4.8.1
|
||||||
TRAVIS_NPM_VERSION: 4.4.4
|
TRAVIS_NPM_VERSION: 4.4.4
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -y
|
- sudo apt-get update -y
|
||||||
- sudo apt-get install -y gcc-${TRAVIS_GCC_VERSION}
|
|
||||||
- npm install -g npm@${TRAVIS_NPM_VERSION}
|
- npm install -g npm@${TRAVIS_NPM_VERSION}
|
||||||
- sudo curl -fsSL https://get.docker.com/ | sh
|
- sudo curl -fsSL https://get.docker.com/ | sh
|
||||||
- if [ -e /usr/local/bin/docker-compose ]; then sudo rm /usr/local/bin/docker-compose; fi
|
- if [ -e /usr/local/bin/docker-compose ]; then sudo rm /usr/local/bin/docker-compose; fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue