Browse Source

Merge pull request #1000 from pelias/faster_travis

Faster travis
pull/1001/head v3.28.0
Stephen K Hess 7 years ago committed by GitHub
parent
commit
177fda552a
  1. 7
      .travis.yml

7
.travis.yml

@ -10,14 +10,7 @@ matrix:
env:
global:
- BUILD_LEADER_ID=2
- CXX=g++-4.8
script: npm run travis
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- npm i -g npm@^3.0.0
before_script:

Loading…
Cancel
Save