Skip to content

Commit

Permalink
v1.1.1 Fix auto-deploy with Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sylhare committed Apr 27, 2019
1 parent 6b8568f commit bcf79c6
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .travis.yml
@@ -1,24 +1,25 @@
language: ruby
rvm:
- 2.3.3
- 2.3.3
before_install:
- gem update --system
- gem install bundler
- gem update --system
- gem install bundler
script:
- bundle install
- bundle exec jekyll build
- bundle install
- bundle exec jekyll build
notifications:
email: false
after_script:
- gem install type-on-strap
- gem install jekyll-theme-type-on-strap
- gem install type-on-strap
- gem install jekyll-theme-type-on-strap
branches:
only:
- gh-pages
- master
- gh-pages
- master
- /^v.*$/
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
sudo: false
deploy:
provider: rubygems
Expand Down

0 comments on commit bcf79c6

Please sign in to comment.