Permalink
Browse files

Only build with node 4

1 parent babe279 commit 24896e331403aa2fe4a6d53e054207b4a89d91b5 @sdepold committed Jan 2, 2017
Showing with 4 additions and 2 deletions.
  1. +0 −2 .travis.yml
  2. +3 −0 buster.js
  3. +1 −0 package.json
View
@@ -13,6 +13,4 @@ notifications:
language: node_js
node_js:
- - 0.12
- 4
- - 6
View
@@ -0,0 +1,3 @@
+"use strict";
+var config = module.exports;
+config["integration"] = {"name":"integration","environment":"browser","rootPath":"/Users/sdepold/Projects/jquery-rss","libs":["lib/*.js","node_modules/moment/min/moment-with-locales.min.js"],"sources":["dist/jquery.rss.min.js"],"tests":["spec/jquery.rss.spec.js"]}
View
@@ -41,6 +41,7 @@
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-markdown-code-blocks": "^1.1.1",
+ "jshint": "^2.9.4",
"moment": "^2.14.1",
"phantomjs": "^2.1.7",
"run-sequence": "^1.2.2"

0 comments on commit 24896e3

Please sign in to comment.