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