Skip to content

Commit

Permalink
Merge pull request #882 from npm/ceej/node8
Browse files Browse the repository at this point in the history
fix: Update deps so we can run on node 8.
  • Loading branch information
ceejbot authored Oct 11, 2017
2 parents 8e1972a + c6618f9 commit 1255bc6
Show file tree
Hide file tree
Showing 3 changed files with 11,194 additions and 14 deletions.
18 changes: 10 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
sudo: false
language: node_js
script: "npm test"

node_js:
- 6

before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq
- sudo apt-get install -qq -y g++-4.8
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 50
- 8
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
Loading

0 comments on commit 1255bc6

Please sign in to comment.