Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
2 contributors

Users who have contributed to this file

@arfon @parrish
14 lines (13 sloc) 277 Bytes
language: ruby
rvm:
- "2.3.1"
before_script:
- psql -c 'create database joss_test' -U postgres
- bundle install
- bundle exec rake db:schema:load
before_install:
- gem update --system
- gem install bundler:2.0.1
script: bundle exec rake
addons:
postgresql: "9.6"
You can’t perform that action at this time.