Skip to content

Commit 9cf0e54

Browse files
committed
Update bundler to 2.0 in travis builds
1 parent 94291d6 commit 9cf0e54

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

.travis.yml

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1-
language: ruby
2-
rvm:
3-
- 2.3.1
4-
install:
5-
- bundle install
6-
deploy:
7-
provider: pages
8-
skip_cleanup: true
9-
github_token: $GITHUB_TOKEN
10-
local_dir: _site
11-
target_branch: master
12-
on:
1+
language: ruby
2+
cache: bundler
3+
rvm:
4+
- 2.3.1
5+
before_install:
6+
- gem update --system
7+
- gem install bundler
8+
install:
9+
- bundle install
10+
deploy:
11+
provider: pages
12+
skip_cleanup: true
13+
github_token: $GITHUB_TOKEN
14+
local_dir: _site
15+
target_branch: master
16+
on:
1317
branch: develop

0 commit comments

Comments
 (0)