]> git.proxmox.com Git - mirror_xterm.js.git/commitdiff
Add apt addon in travis for node-gyp dependency of pty.js
authorParis <paris@sourcelair.com>
Thu, 9 Jun 2016 07:18:39 +0000 (10:18 +0300)
committerParis <paris@sourcelair.com>
Thu, 9 Jun 2016 07:18:39 +0000 (10:18 +0300)
.travis.yml

index 03a4ff859d9dc398c69dd31239e8bb0172e16a93..3849b59ed8e5ed3aa5a27447f649ac82f7f5e632 100644 (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