Skip to content

Instantly share code, notes, and snippets.

@dhoss
Last active August 29, 2015 14:21
Show Gist options
  • Save dhoss/61fb981fc597549a4a26 to your computer and use it in GitHub Desktop.
Save dhoss/61fb981fc597549a4a26 to your computer and use it in GitHub Desktop.
play-slick pg travis.yml
language: scala
jdk:
- oraclejdk8
script:
- "./ci/run-tests.sh"
addons:
postgresql: "9.3"
before_script:
- psql -c "create database steel_test;" -U postgres
- psql -c "create user steel_test with password 'test';" -U postgres
- psql -c "grant all privileges on database steel_test to steel_test;" -U postgres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment