Browse Source

travis: allow 2.3.1 build failure

dev
Andy Meneely 9 years ago
parent
commit
2cae7f6937
  1. 2
      .travis.yml

2
.travis.yml

@ -10,8 +10,10 @@ addons:
rvm:
- 2.2
- 2.3.0
- 2.3.1
- 2.4.0-preview3
matrix:
allow_failures:
- rvm: 2.3.1
- rvm: 2.4.0-preview3

Loading…
Cancel
Save