| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-08-08 | Prep for migration to GitHub Actions CI/CD | Mark Otto | 1 | -19/+0 | |
| 2019-07-15 | Move the linkinator test in `npm t`. (#29003) | XhmikosR | 1 | -1/+0 | |
| 2019-04-29 | Travis CI: add Node.js 12 and use `cache: npm`. (#28705) | XhmikosR | 1 | -3/+2 | |
| 2019-03-13 | Switch to Hugo. | XhmikosR | 1 | -4/+0 | |
| No more Ruby dependency and most important more than 10 times less build time (at least on Windows)! | |||||
| 2019-02-19 | Drop Node.js < 8 support. | XhmikosR | 1 | -6/+6 | |
| Node.js 6 goes EOL on April 2019. | |||||
| 2019-02-19 | Replace broken-link-checker with linkinator. (#28291) | XhmikosR | 1 | -1/+1 | |
| Much lighter, more modern and cleaner codebase. | |||||
| 2018-11-20 | Remove `sudo` from Travis config. (#27693) | XhmikosR | 1 | -1/+0 | |
| https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration | |||||
| 2018-11-05 | display chrome version on travis | Johann-S | 1 | -0/+2 | |
| 2018-11-05 | Travis: Add back chrome addon (#27610) | XhmikosR | 1 | -0/+2 | |
| 2018-11-05 | Travis: exit pipeline if test fails. | XhmikosR | 1 | -1/+1 | |
| 2018-11-04 | Travis: stop using a separate stage for Browser tests. | XhmikosR | 1 | -11/+3 | |
| This should be faster. | |||||
| 2018-10-29 | Update Travis CI config. | XhmikosR | 1 | -2/+2 | |
| Only run `coveralls` and `check-broken-links` tasks when we run the Test phase. | |||||
| 2018-10-18 | Travis: stop installing chrome (#27468) | XhmikosR | 1 | -2/+0 | |
| It seems it works without it. | |||||
| 2018-10-14 | Travis: add `--clean` in `bundle install` command. | XhmikosR | 1 | -1/+1 | |
| 2018-10-13 | Update Travis config. | XhmikosR | 1 | -1/+2 | |
| * remove `dist: trusty` since it's the default * disable email notifications | |||||
| 2018-09-16 | Travis CI: Actually don't install `npm@5` at all. | XhmikosR | 1 | -2/+0 | |
| 2018-09-16 | Travis: Don't install npm@5 when the current npm is newer. | XhmikosR | 1 | -1/+1 | |
| 2018-09-15 | speed up browser tests | Johann-S | 1 | -1/+1 | |
| 2018-06-25 | Add broken-link-checker. | XhmikosR | 1 | -0/+3 | |
| 2018-05-27 | Remove the unused docs upload preview stuff. (#26599) | XhmikosR | 1 | -5/+0 | |
| 2018-05-23 | Run coveralls only on Travis and only once. | XhmikosR | 1 | -0/+1 | |
| 2018-01-11 | Work around Travis errors by switching to sudo. | XhmikosR | 1 | -1/+3 | |
| 2017-12-01 | Revert the Travis workaround. (#24926) | XhmikosR | 1 | -3/+1 | |
| The issue has been fixed. | |||||
| 2017-12-01 | Work around Travis failures. | XhmikosR | 1 | -1/+3 | |
| Note that we should revert this when the issue is fixed. | |||||
| 2017-10-08 | Move vnu-jar to devDependencies and remove completely htmlhint. | XhmikosR | 1 | -1/+0 | |
| 2017-10-08 | Move from htmllint to Travis-only vnu.jar. | Bardi Harborow | 1 | -0/+1 | |
| 2017-10-01 | Make Node.js 6 the minimum version. | XhmikosR | 1 | -1/+1 | |
| Also, be consistent with Node.js' name. | |||||
| 2017-09-17 | Move Travis to build stages and fix skip browser flag. (#23961) | Bardi Harborow | 1 | -12/+9 | |
| 2017-07-16 | Switch to using NPM lock files. | Bardi Harborow | 1 | -1/+0 | |
| 2017-07-15 | Start testing on Node v8. | Bardi Harborow | 1 | -2/+2 | |
| 2017-04-20 | Build system overhaul. | Bardi Harborow | 1 | -11/+8 | |
| 2017-03-12 | Update config files across the board. | Bardi Harborow | 1 | -2/+2 | |
| 2016-12-04 | Travis build infrastructure refresh. (#21108) | Bardi Harborow | 1 | -16/+10 | |
| 2016-09-05 | Move Sauce credentials out of .travis.yml | Chris Rebert | 1 | -4/+0 | |
| For the sake of cleanliness. | |||||
| 2016-07-04 | Update devDepedencies. | XhmikosR | 1 | -1/+0 | |
| 2016-06-27 | Allow PRs to be previewed at http://preview.twbsapps.com (#20179) | Chris Rebert | 1 | -0/+1 | |
| 2016-05-28 | Travis: Upgrade Node.js from v5 to v6 (#19980) | Chris Rebert | 1 | -1/+1 | |
| v6 is the current stable version and will be an LTS version. v5 is not an LTS version. Refs https://github.com/nodejs/LTS | |||||
| 2016-03-07 | Travis CI: Remove now-unused $GEMDIR env var | Chris Rebert | 1 | -1/+0 | |
| [skip sauce] | |||||
| 2016-03-03 | Revert "Travis CI: Specify node.js 5.6 since 5.7.0 has regressions." | XhmikosR | 1 | -1/+1 | |
| This reverts commit d0059ac2ed5335e1d68b161639f7c8f619378cc7. Node.js 5.7.1 is out with the issue fixed. [skip sauce] | |||||
| 2016-02-28 | Travis CI: Specify node.js 5.6 since 5.7.0 has regressions. | XhmikosR | 1 | -1/+1 | |
| This should be reverted when the next 5.x version is out. [skip sauce] | |||||
| 2016-02-19 | Travis CI: switch to the Trusty image. | XhmikosR | 1 | -1/+2 | |
| 2016-01-26 | Travis CI: Disable npm's progress bar for speedier install | Chris Rebert | 1 | -0/+1 | |
| See https://github.com/npm/npm/issues/11283 | |||||
| 2016-01-14 | Fix RVM under Travis caching by excluding node-which from $PATH | Chris Rebert | 1 | -5/+6 | |
| See https://github.com/travis-ci/travis-ci/issues/5092 for more details. Reverts #18376 | |||||
| 2015-11-29 | Travis CI: Temporarily disable caching | Chris Rebert | 1 | -4/+5 | |
| So that the build will stop failing due to https://github.com/travis-ci/travis-ci/issues/5092 | |||||
| 2015-11-25 | Travis CI: Use Node.js 5 instead of "stable" | Chris Rebert | 1 | -1/+1 | |
| "stable" is deprecated by nvm Refs https://github.com/twbs/grunt-bootlint/pull/61 [skip sauce] | |||||
| 2015-11-13 | Travis CI: Use npm@3 | Chris Rebert | 1 | -0/+1 | |
| 2015-11-12 | Exclude unnecessary old Node.js combos from Travis CI build matrix; fixes #18224 | Chris Rebert | 1 | -0/+5 | |
| 2015-11-12 | Travis CI: Use Ruby 2.2. | XhmikosR | 1 | -1/+3 | |
| Fixes #18225. [skip sauce] | |||||
| 2015-11-11 | Travis CI: test against node.js "4" and "stable". | XhmikosR | 1 | -1/+2 | |
| 2015-09-23 | Travis: install npm dependencies using shrinkwrap; fixes #17552 | Chris Rebert | 1 | -0/+1 | |
