Skip to content

Commit cb22650

Browse files
authored
Update .travis.yml
Adapted travis config to the old version
1 parent bb17915 commit cb22650

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
language: ruby
2+
sudo: false
23
git:
34
depth: false
45
cache: bundler
56
before_install:
6-
- bundle install
7+
- wget https://raw.githubusercontent.com/progit/progit2-pub/master/bootstrap.sh
8+
- sh bootstrap.sh
79
script: bundle exec rake book:build
8-
after_success:
9-
- script/tag_on_master
10-
before_deploy: bundle install && bundle exec rake book:build
10+
after_success: bundle exec rake book:tag
1111
deploy:
1212
provider: releases
1313
file_glob: true

0 commit comments

Comments
 (0)