Merge pull request #428 from PeterDaveHello/travis-ci-optimize

Move to Ubuntu Trusty on Travis CI and remove apt add-on
This commit is contained in:
Max Wu 2017-04-19 19:47:40 +08:00 committed by GitHub
commit 57b670d17a

View file

@ -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