[Pkg-javascript-commits] [node-expat] 335/371: travis update by @c4milo

Jonas Smedegaard dr at jones.dk
Sun Feb 28 10:00:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository node-expat.

commit 9ae540cd407feeda8abff87b8edb5a09907dd350
Author: Julian Duque <julianduquej at gmail.com>
Date:   Fri Aug 28 16:48:20 2015 -0500

    travis update by @c4milo
---
 .travis.yml | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 8e845b8..d4d2bfa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,11 +2,24 @@ sudo: false
 
 language: node_js
 
+env:
+  - CXX="g++-4.8"
+
 node_js:
   - "0.8"
   - "0.10"
   - "0.12"
-  - "iojs-v2.5.0"
+  - "iojs"
+  - "iojs-v1"
+  - "iojs-v2"
+
+addons:
+  apt:
+    sources:
+    - ubuntu-toolchain-r-test
+    packages:
+    - g++-4.8
+    - gcc-4.8
 
 before_install:
   # npm shipped with Node.js 0.8 doesn't support carret so let's update it

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expat.git



More information about the Pkg-javascript-commits mailing list