Skip to content

Commit 0a016b8

Browse files
committed
revert .travis.yml to correct one
1 parent c4cb1df commit 0a016b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ git:
44
depth: false
55
cache: bundler
66
before_install:
7-
- rm -f Gemfile.lock
7+
- wget https://raw.githubusercontent.com/progit/progit2-pub/master/bootstrap.sh
8+
- sh bootstrap.sh
89
script: bundle exec rake book:build
910
after_success: bundle exec rake book:tag
1011
deploy:

0 commit comments

Comments
 (0)