Michał Gołębiowski-Owczarek
bfffac3fd5
Travis: Use Node 10, remove obsolete properties
...
Also, migrate to a Java build as we need JDK 8 and it's easier to
install a specific Node.js version in a Java image than vice-versa.
Closes gh-1938
2020-10-14 23:45:19 +02:00
Michał Gołębiowski
622a129a4d
Build: Run Travis tests on Node.js 6, not 0.12
...
Node.js 0.12 loses upstream support at the end of 2016, while Node 6 is in the
Active support phase until 2018-04-18 and will receive security fixes until
2019-04-18.
Closes gh-1767
2016-11-02 12:51:23 -04:00
Michał Gołębiowski
e6fd82d351
Build: Add grunt-cli to devDependencies, don't install it globally
...
This makes it possible to use Grunt without installing grunt-cli globally
which makes the whole process more resilient.
Ref gh-1706
2016-05-25 16:42:22 -04:00
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