Skip to content

Commit 19caf44

Browse files
committed
Fixing .travis.yml
1 parent c8e5b5b commit 19caf44

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,18 @@ env:
44
before_script:
55
- "bundle exec rake db:prepare"
66
rvm:
7-
- 1.9.3
87
- 2.0.0
98
- 2.1.5
9+
- 2.2.0
1010
gemfile:
11-
- gemfiles/rails32.gemfile
1211
- gemfiles/rails4.gemfile
1312
- gemfiles/rails41.gemfile
1413
- gemfiles/rails42.gemfile
15-
1614
notifications:
1715
recipients:
1816
1917
2018
matrix:
2119
include:
22-
- rvm: 2.2.0
23-
- gemfile: gemfiles/rails42.gemfile
20+
- rvm: 1.9.3
21+
gemfile: gemfiles/rails32.gemfile

0 commit comments

Comments
 (0)