diff options
author | Max Wu | 2017-04-19 19:47:40 +0800 |
---|---|---|
committer | GitHub | 2017-04-19 19:47:40 +0800 |
commit | 57b670d17af94802caacf154c5cdafa0e7e34416 (patch) | |
tree | 9926379fdd3fedd37a06a0dca222e6cfc0d6128f | |
parent | 450159a46213bbb9cbacfa17229277ff33e65d4e (diff) | |
parent | f1f0cb7aef2596082badc3c386817311285d6584 (diff) |
Merge pull request #428 from PeterDaveHello/travis-ci-optimize
Move to Ubuntu Trusty on Travis CI and remove apt add-on
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index 66451cf0..cbcdf44e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,9 @@ language: node_js +dist: trusty node_js: - 6 - 7 - lts/boron env: - CXX=g++-4.8 -addons: - apt: - sources: - - ubuntu-toolchain-r-test - packages: - - g++-4.8 cache: yarn |