Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
10 lines (8 sloc) 180 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
script: bundle exec rake
You can’t perform that action at this time.