aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Travis: Use Node 10, remove obsolete propertiesMichał Gołębiowski-Owczarek2020-10-141-5/+13
| | | | | | 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
* Build: Run Travis tests on Node.js 6, not 0.12Michał Gołębiowski2016-11-021-1/+1
| | | | | | | | 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
* Build: Add grunt-cli to devDependencies, don't install it globallyMichał Gołębiowski2016-05-251-2/+0
| | | | | | | This makes it possible to use Grunt without installing grunt-cli globally which makes the whole process more resilient. Ref gh-1706
* Build: Upgrade to grunt-html 6.0.0Scott González2016-02-241-1/+2
| | | | Closes gh-1680
* Build: Use the container-based infrastructure on TravisScott González2015-10-151-1/+2
| | | | | | Switch to node 0.12. Closes #1617
* travis: Remove node 0.8, add node 0.10Timo Tijhof2014-05-301-2/+2
| | | | | | | | | | | | | | | | | | | 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
* Build: Add support for running on TravisJörn Zaefferer2013-06-121-0/+5