Skip to content

Commit

Permalink
[ajey] dropped JRUBY support
Browse files Browse the repository at this point in the history
  • Loading branch information
ajeygore committed Apr 12, 2018
1 parent caaccc4 commit 4fe9df8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ sudo: required
language: ruby
rvm:
- ruby-2.4.4
- jruby-9.1.7.0
services:
- redis-server
- mysql
Expand Down Expand Up @@ -33,7 +32,7 @@ before_install:
script:
- bundle install --binstubs --path .local
- bundle install --deployment --binstubs
- bundle package --all-platforms --all
- bundle package
- bundle exec rake db:migrate
- bundle exec rake spec
- bundle exec rake assets:precompile RAILS_ENV=production
Expand Down

0 comments on commit 4fe9df8

Please sign in to comment.