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 b58643d commit 1e3b23eCopy full SHA for 1e3b23e
.travis.yml
@@ -9,7 +9,7 @@ script: bundle exec rake book:build
9
env:
10
secure: "O+YCTDgLfCYAJjjOv2sApDRV5NJe6pkhiYIkORFuf2flO8HE72fEtDRpSWh1vulnIH6AjRK2jH7C8qA3MVbUO8D0io+Ha+vnbMXIp1JPCptcJNEkJrW13VTR66SWOzsgLp3mCrIC+YdE2JoYWGcnDsRMQwdnrWnxBzSOd22ZKzU="
11
12
-before_deploy: bundle exec rake book:build
+before_deploy: bundle install && bundle exec rake book:build
13
deploy:
14
provider: releases
15
file:
0 commit comments