diff --git a/.travis.yml b/.travis.yml index 66451cf..cbcdf44 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