Permalink
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…
Cannot retrieve contributors at this time.
Cannot retrieve contributors at this time
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 |