Skip to content

Commit 1e3b23e

Browse files
committed
Install bundle before building
1 parent b58643d commit 1e3b23e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ script: bundle exec rake book:build
99
env:
1010
secure: "O+YCTDgLfCYAJjjOv2sApDRV5NJe6pkhiYIkORFuf2flO8HE72fEtDRpSWh1vulnIH6AjRK2jH7C8qA3MVbUO8D0io+Ha+vnbMXIp1JPCptcJNEkJrW13VTR66SWOzsgLp3mCrIC+YdE2JoYWGcnDsRMQwdnrWnxBzSOd22ZKzU="
1111

12-
before_deploy: bundle exec rake book:build
12+
before_deploy: bundle install && bundle exec rake book:build
1313
deploy:
1414
provider: releases
1515
file:

0 commit comments

Comments
 (0)