Move Travis CI to Ubuntu Trusty

As GCC v4.8 is already installed, there is no need to use ubuntu-toolchain-r-test ppa for it, then we can speed up every CI round!
main
Peter Dave Hello 8 years ago committed by GitHub
parent 87a0b9f15a
commit 80f3b07969

@ -2,6 +2,7 @@ language: node_js
node_js: node_js:
- "node" - "node"
sudo: false sudo: false
dist: trusty
before_install: before_install:
- export WAPPALYZER_ROOT=$TRAVIS_BUILD_DIR - export WAPPALYZER_ROOT=$TRAVIS_BUILD_DIR
- export WAPPALYZER_NODE_PATH=$TRAVIS_BUILD_DIR - export WAPPALYZER_NODE_PATH=$TRAVIS_BUILD_DIR
@ -13,9 +14,3 @@ cache:
- node_modules - node_modules
env: env:
- CXX=g++-4.8 - CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8

Loading…
Cancel
Save