Skip to content

Commit

Permalink
Test only supported Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorrison committed Feb 29, 2016
1 parent 935d15a commit 8312602
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
@@ -1,14 +1,18 @@
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.1
- 2.1
- 2.2.4
- 2.3.0
- ruby-head
before_install:
- sudo apt-get install libxslt-dev libxml2-dev
before_script:
- cp test/config.yml.default test/config.yml
only:
- master
matrix:
allow_failures:
- rvm: ruby-head
notifications:
email: false
webhooks:
Expand Down

0 comments on commit 8312602

Please sign in to comment.