diff --git a/.gitignore b/.gitignore index 543ae90..19e1c27 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ +.DS_Store *.gem Gemfile.lock .bundle vendor *~ .idea -*.log \ No newline at end of file +*.log diff --git a/.travis.yml b/.travis.yml index 4e66e44..3afbd05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: []