We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bcee0c commit 83a4bbeCopy full SHA for 83a4bbe
1 file changed
.travis.yml
@@ -4,15 +4,14 @@ sudo:
4
false
5
6
rvm:
7
- - 2.2.7 # can't use the 2.2 alias because as of July 2017 travis resolves that to 2.2.0
+ - 2.2
8
- 2.3
9
- 2.4
10
11
before_script:
12
- git submodule update --remote --recursive
13
14
-script:
+script:
15
- bundle exec rake spec:ci
16
- bundle exec rake spec:api
17
- bundle exec rake spec:testrunner
18
-
0 commit comments