Explorar o código

Trying to fix Travis build for Node 5.*

Gaël Métais %!s(int64=9) %!d(string=hai) anos
pai
achega
8eec2549a4
Modificáronse 1 ficheiros con 13 adicións e 5 borrados
  1. 13 5
      .travis.yml

+ 13 - 5
.travis.yml

@@ -1,10 +1,18 @@
 language: node_js
 sudo: false
 node_js:
-    - "5.8"
-    - "0.12"
+  - "5.8"
+  - "0.12"
+env:
+  - CXX=g++-4.8
+addons:
+  apt:
+    sources:
+      - ubuntu-toolchain-r-test
+    packages:
+      - g++-4.8
 before_install:
-    - "npm install -g npm"
-    - "npm install -g grunt-cli"
+  - "npm install -g npm"
+  - "npm install -g grunt-cli"
 install:
-    - "npm install"
+  - "npm install"