Skip to content

Commit 1dfb2d2

Browse files
committed
update travis
1 parent bab2058 commit 1dfb2d2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
sudo: false
22
language: ruby
33
rvm:
4-
- 2.4.5
5-
- 2.5.3
6-
- 2.6.0
4+
- 2.5.5
5+
- 2.6.2
76
- ruby-head
87
branches:
98
only:
@@ -14,11 +13,12 @@ cache:
1413
- vendor/bundle
1514
- $HOME/.rvm
1615
before_install:
17-
install:
1816
- travis_retry gem update --system
1917
- travis_retry gem install bundler
20-
- travis_retry bundle
21-
- jekyll build
18+
install:
19+
- travis_retry bundle install
20+
- travis_retry bundle update
21+
- bundle exec jekyll build
2222
after_success:
2323
notifications:
2424
email: false

0 commit comments

Comments
 (0)