Skip to content

Commit

Permalink
Update travis ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo Jacobus committed Dec 21, 2017
1 parent 123d115 commit ef54570
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .travis.yml
@@ -1,30 +1,22 @@
language: ruby
rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
- jruby
- 2.4

env:
global:
- "JRUBY_OPTS=-Xcext.enabled=true"
matrix:
- DB=sqlite
- DB=mysql
- DB=postgresql

script:
- RAILS_ENV=test bundle exec rake db:migrate --trace
- TRAVIS=true bundle exec rspec spec/

gemfile:
- gemfiles/Gemfile.rails-4.1.x
- gemfiles/Gemfile.rails-4.2.x
- Gemfile

before_script:
- mysql -e 'create database recruiter_test'
- psql -c 'create database recruiter_test' -U postgres

sudo: false

0 comments on commit ef54570

Please sign in to comment.