Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
travis: make compilation works with more recent versions of node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed May 14, 2016
1 parent 61d6d92 commit e9c103f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ node_js:
- "4"
- "5"
- "6"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- "sudo apt-get update"
- "sudo apt-get install libavahi-compat-libdnssd-dev libjpeg-turbo-progs optipng gifsicle"
Expand Down

0 comments on commit e9c103f

Please sign in to comment.