Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-20Remove `sudo` from Travis config. (#27693)XhmikosR
https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
2018-11-05display chrome version on travisJohann-S
2018-11-05Travis: Add back chrome addon (#27610)XhmikosR
2018-11-05Travis: exit pipeline if test fails.XhmikosR
2018-11-04Travis: stop using a separate stage for Browser tests.XhmikosR
This should be faster.
2018-10-29Update Travis CI config.XhmikosR
Only run `coveralls` and `check-broken-links` tasks when we run the Test phase.
2018-10-18Travis: stop installing chrome (#27468)XhmikosR
It seems it works without it.
2018-10-14Travis: add `--clean` in `bundle install` command.XhmikosR
2018-10-13Update Travis config.XhmikosR
* remove `dist: trusty` since it's the default * disable email notifications
2018-09-16Travis CI: Actually don't install `npm@5` at all.XhmikosR
2018-09-16Travis: Don't install npm@5 when the current npm is newer.XhmikosR
2018-09-15speed up browser testsJohann-S
2018-06-25Add broken-link-checker.XhmikosR
2018-05-27Remove the unused docs upload preview stuff. (#26599)XhmikosR
2018-05-23Run coveralls only on Travis and only once.XhmikosR
2018-01-11Work around Travis errors by switching to sudo.XhmikosR
2017-12-01Revert the Travis workaround. (#24926)XhmikosR
The issue has been fixed.
2017-12-01Work around Travis failures.XhmikosR
Note that we should revert this when the issue is fixed.
2017-10-08Move vnu-jar to devDependencies and remove completely htmlhint.XhmikosR
2017-10-08Move from htmllint to Travis-only vnu.jar.Bardi Harborow
2017-10-01Make Node.js 6 the minimum version.XhmikosR
Also, be consistent with Node.js' name.
2017-09-17Move Travis to build stages and fix skip browser flag. (#23961)Bardi Harborow
2017-07-16Switch to using NPM lock files.Bardi Harborow
2017-07-15Start testing on Node v8.Bardi Harborow
2017-04-20Build system overhaul.Bardi Harborow
2017-03-12Update config files across the board.Bardi Harborow
2016-12-05Travis build infrastructure refresh. (#21108)Bardi Harborow
2016-09-06Move Sauce credentials out of .travis.ymlChris Rebert
For the sake of cleanliness.
2016-07-04Update devDepedencies.XhmikosR
2016-06-28Allow PRs to be previewed at http://preview.twbsapps.com (#20179)Chris Rebert
2016-05-28Travis: Upgrade Node.js from v5 to v6 (#19980)Chris Rebert
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 Rebert
[skip sauce]
2016-03-03Revert "Travis CI: Specify node.js 5.6 since 5.7.0 has regressions."XhmikosR
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.XhmikosR
This should be reverted when the next 5.x version is out. [skip sauce]
2016-02-19Travis CI: switch to the Trusty image.XhmikosR
2016-01-27Travis CI: Disable npm's progress bar for speedier installChris Rebert
See https://github.com/npm/npm/issues/11283
2016-01-15Fix RVM under Travis caching by excluding node-which from $PATHChris Rebert
See https://github.com/travis-ci/travis-ci/issues/5092 for more details. Reverts #18376
2015-11-30Travis CI: Temporarily disable cachingChris Rebert
So that the build will stop failing due to https://github.com/travis-ci/travis-ci/issues/5092
2015-11-26Travis CI: Use Node.js 5 instead of "stable"Chris Rebert
"stable" is deprecated by nvm Refs https://github.com/twbs/grunt-bootlint/pull/61 [skip sauce]
2015-11-13Travis CI: Use npm@3Chris Rebert
2015-11-12Exclude unnecessary old Node.js combos from Travis CI build matrix; fixes #18224Chris Rebert
2015-11-12Travis CI: Use Ruby 2.2.XhmikosR
Fixes #18225. [skip sauce]
2015-11-11Travis CI: test against node.js "4" and "stable".XhmikosR
2015-09-24Travis: install npm dependencies using shrinkwrap; fixes #17552Chris Rebert
2015-09-10rm Travis env vars used for defunct custom caching systemChris Rebert
Reverts part of 42697a4ecb2c034c9e88e245932b3914dfd1206c
2015-09-10rm Travis env vars for giving Savage access to defunct custom caching systemChris Rebert
Reverts a1c170ed373d9076ecf76d264220a6a636239f17
2015-09-08Remove the now unused test-infra files.XhmikosR
2015-09-06Remove `gem install scss_lint` from Travis.XhmikosR
Instead, use `bundleExec: true` for grunt-scss-lint.
2015-08-27.travis.yml: cleanup old variables.XhmikosR
[ci skip]
2015-08-27Update Rubygems.XhmikosR