Skip to content

Commit 83a4bbe

Browse files
authored
change to 2.2 alias
travis alias resolves correctly again
1 parent 2bcee0c commit 83a4bbe

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ sudo:
44
false
55

66
rvm:
7-
- 2.2.7 # can't use the 2.2 alias because as of July 2017 travis resolves that to 2.2.0
7+
- 2.2
88
- 2.3
99
- 2.4
1010

1111
before_script:
1212
- git submodule update --remote --recursive
1313

14-
script:
14+
script:
1515
- bundle exec rake spec:ci
1616
- bundle exec rake spec:api
1717
- bundle exec rake spec:testrunner
18-

0 commit comments

Comments
 (0)