Skip to content

Commit e511fca

Browse files
authored
Merge pull request #91 from DirtyF/travis-ruby-versions
Merge pull request 91
2 parents 1c431e7 + 2b08936 commit e511fca

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
language: ruby
22
script : script/cibuild
3+
cache: bundler
34
sudo: false
45

56
rvm:
6-
- 2.3.1
7-
- 2.2.5
7+
- 2.3.3
8+
- 2.2.6
89
- 2.1.9
910
env:
1011
- ""
@@ -13,5 +14,5 @@ env:
1314
matrix:
1415
include:
1516
- # GitHub Pages
16-
rvm: 2.1.1
17+
rvm: 2.3.3
1718
env: GH_PAGES=true

0 commit comments

Comments
 (0)