move to trusty (#291)

avoids need for sudo
This commit is contained in:
Stephen
2017-05-29 12:44:30 -07:00
committed by László Monda
parent 3b59a1a6fa
commit 5dc435953a

View File

@@ -1,14 +1,10 @@
language: node_js
sudo: required
sudo: false
dist: trusty
node_js:
- '6.9.4'
before_install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update -q
- sudo apt-get install g++-4.8 -y
install:
- npm install -g npm@3.10.7
- npm install
@@ -25,9 +21,6 @@ cache:
directories:
- node_modules
env:
- CXX=g++-4.8
addons:
apt:
packages: