Skip to content

Commit cdc54c3

Browse files
committed
Merge pull request #105 from schneems/schneems/2-1-0
Test against 2.1.0
2 parents 25eee98 + f057914 commit cdc54c3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
rvm:
22
- 1.9.3
33
- 2.0.0
4+
- 2.1.0
45

56
gemfile:
67
- test/gemfiles/Gemfile.rails-3.0.x
78
- test/gemfiles/Gemfile.rails-3.1.x
89
- test/gemfiles/Gemfile.rails-3.2.x
910
- test/gemfiles/Gemfile.rails-4.0.x
1011

12+
matrix:
13+
allow_failures:
14+
- rvm: 2.1.0
15+
1116
notifications:
1217
email: false
1318
campfire:

0 commit comments

Comments
 (0)