Skip to content

Commit

Permalink
Add config file for Travis CI
Browse files Browse the repository at this point in the history
Change-Id: I743ccbbe6495dd907852ac2596996546249470a3
  • Loading branch information
matrixik committed Mar 1, 2017
1 parent 6b658d0 commit ea32b1b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---

sudo: false
env: []
language: ruby
cache: bundler
rvm:
- jruby-1.7.25
- jruby-9.1.1.0
script:
- bundle exec rspec spec
jdk:
- openjdk7
- oraclejdk8
before_install: []

0 comments on commit ea32b1b

Please sign in to comment.