Commit Graph

4 Commits

Author SHA1 Message Date
Scott González
ff3769272b Build: Upgrade to grunt-html 6.0.0
Closes gh-1680
2016-02-24 13:03:01 -05:00
Scott González
4d7c123c53 Build: Use the container-based infrastructure on Travis
Switch to node 0.12.

Closes #1617
2015-10-15 10:57:58 -04:00
Timo Tijhof
c31d5f0688 travis: Remove node 0.8, add node 0.10
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
2014-05-30 10:57:34 +02:00
Jörn Zaefferer
b5c41a2b33 Build: Add support for running on Travis 2013-06-12 21:52:14 +02:00