зеркало из https://github.com/twbs/bootlint.git
Update .travis.yml
* don't specify dist: trusty since it's the default * disable notifications * fix Bootstrap's 3 branch; it's master now
This commit is contained in:
Родитель
94f545e518
Коммит
bada9b904e
|
@ -1,8 +1,7 @@
|
|||
sudo: false
|
||||
dist: trusty
|
||||
language: node_js
|
||||
git:
|
||||
depth: 10
|
||||
depth: 5
|
||||
node_js:
|
||||
- "6"
|
||||
- "8"
|
||||
|
@ -10,8 +9,8 @@ node_js:
|
|||
install:
|
||||
- npm install
|
||||
before_script:
|
||||
- git clone --depth 1 https://github.com/twbs/bootstrap.git --branch v3-dev
|
||||
- bundle install --deployment --path "$(pwd)/vendor/bundle" --gemfile bootstrap/Gemfile --jobs=3 --retry=3
|
||||
- git clone --depth 1 https://github.com/twbs/bootstrap.git --branch master
|
||||
- bundle install --deployment --gemfile bootstrap/Gemfile --jobs=3 --retry=3
|
||||
- pushd bootstrap && bundle exec jekyll build && popd
|
||||
script:
|
||||
- npm run travis
|
||||
|
@ -27,3 +26,5 @@ cache:
|
|||
directories:
|
||||
- node_modules
|
||||
- vendor/bundle
|
||||
notifications:
|
||||
email: false
|
||||
|
|
Загрузка…
Ссылка в новой задаче