Skip to content

Commit

Permalink
Modify JRuby environment
Browse files Browse the repository at this point in the history
  • Loading branch information
James Thomas committed Oct 25, 2016
1 parent 9627c6c commit 7ba8db2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,7 +1,8 @@
.DS_Store
*.gem
Gemfile.lock
.bundle
vendor
*~
.idea
*.log
*.log
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ sudo: false
language: ruby
cache: bundler
rvm:
- jruby-1.7.25
- jruby-9.0.5.0
script: bundle exec rspec spec && bundle exec rspec spec --tag integration
jdk: oraclejdk8
before_install: []

0 comments on commit 7ba8db2

Please sign in to comment.