]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Upgrade node version
authorNicolas Coden <nicolas@ncoden.fr>
Mon, 7 Nov 2016 00:10:58 +0000 (01:10 +0100)
committerNicolas Coden <nicolas@ncoden.fr>
Mon, 7 Nov 2016 00:10:58 +0000 (01:10 +0100)
Upgrade node version to v4.0 to prevent future bugs with sass-lint and
others new packages. v0.12 begin to be outdated.

.travis.yml

index 6b21648c3417be7cc2c516273dc580aa32a1f1a0..2c813a75e43d708842b71d092716e9e07d71109e 100644 (file)
@@ -1,6 +1,6 @@
 language: node_js
 node_js:
-  - "0.12"
+  - "4.0"
 before_install:
   - rvm install 2.2.2
 install: