Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time. Cannot retrieve contributors at this time
14 lines (14 sloc) 281 Bytes
language: ruby
rvm:
- "2.6.3"
before_script:
- psql -c 'create database joss_test' -U postgres
- bundle install
- bundle exec rails db:schema:load
before_install:
- gem update bundler
script: bundle exec rails spec
addons:
postgresql: "9.6"
services:
- elasticsearch
You can’t perform that action at this time.