mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Add apt addon in travis for node-gyp dependency of pty.js
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- 4
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- g++-4.8
|
||||
notifications:
|
||||
email: false
|
||||
|
||||
Reference in New Issue
Block a user