]> source.dussan.org Git - jquery-ui.git/commitdiff
travis: Remove node 0.8, add node 0.10
authorTimo Tijhof <krinklemail@gmail.com>
Tue, 27 May 2014 21:17:41 +0000 (23:17 +0200)
committerJörn Zaefferer <joern.zaefferer@gmail.com>
Fri, 30 May 2014 08:57:34 +0000 (10:57 +0200)
Travis is failing on two accounts:

* "Error: No compatible version found: minimatch@'^0.3.0'"
  (because the version of npm that shipped with 0.8 doesn't
  support ^

* npm WARN engine stringify-object@0.1.8: wanted: {"node":">=0.10.0"}
  (current: {"node":"v0.8.26","npm":"1.2.30"})
  npm WARN engine has-color@0.1.7: wanted: {"node":">=0.10.0"}
  (current: {"node":"v0.8.26","npm":"1.2.30"})
  npm WARN engine configstore@0.2.3: wanted: {"node":">=0.10.0"}
  (current: {"node":"v0.8.26","npm":"1.2.30"})
  npm WARN engine object-assign@0.1.2: wanted: {"node":">=0.10.0"}
  (current: {"node":"v0.8.26","npm":"1.2.30"})

Closes gh-1258

.travis.yml

index 60bbd484c236d291cceaaecdefa4dc38fdd4d596..6ef04eb803ce4d5f32b4043e49baec233f836e6c 100644 (file)
@@ -1,5 +1,5 @@
 language: node_js
 node_js:
-  - "0.8"
+  - "0.10"
 before_script:
-  - npm install -g grunt-cli
\ No newline at end of file
+  - npm install -g grunt-cli