We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb17915 commit cb22650Copy full SHA for cb22650
.travis.yml
@@ -1,13 +1,13 @@
1
language: ruby
2
+sudo: false
3
git:
4
depth: false
5
cache: bundler
6
before_install:
-- bundle install
7
+ - wget https://raw.githubusercontent.com/progit/progit2-pub/master/bootstrap.sh
8
+ - sh bootstrap.sh
9
script: bundle exec rake book:build
-after_success:
-- script/tag_on_master
10
-before_deploy: bundle install && bundle exec rake book:build
+after_success: bundle exec rake book:tag
11
deploy:
12
provider: releases
13
file_glob: true
0 commit comments