Skip to content

Commit

Permalink
new config
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Dec 8, 2014
1 parent 34ac315 commit 02e7cef
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,28 @@
language: ruby

before_install:
- ./spec/travis_build.sh > /dev/null 2>&1

rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.3
- 2.1.5
- jruby-19mode
- rbx-19mode
- ruby-head
- jruby-head

sudo: false

notifications:
email: false

branches:
only:
- master
- development

matrix:
allow_failures:
- rvm: rbx-19mode
Expand Down

0 comments on commit 02e7cef

Please sign in to comment.