Add apt addon in travis for node-gyp dependency of pty.js

This commit is contained in:
Paris
2016-06-09 10:18:39 +03:00
parent ab1526b085
commit beff0db301
+6
View File
@@ -1,5 +1,11 @@
language: node_js
node_js:
- 4
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
notifications:
email: false