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 c4cb1df commit 0a016b8Copy full SHA for 0a016b8
.travis.yml
@@ -4,7 +4,8 @@ git:
4
depth: false
5
cache: bundler
6
before_install:
7
- - rm -f Gemfile.lock
+ - wget https://raw.githubusercontent.com/progit/progit2-pub/master/bootstrap.sh
8
+ - sh bootstrap.sh
9
script: bundle exec rake book:build
10
after_success: bundle exec rake book:tag
11
deploy:
0 commit comments