We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6dcbb commit a34af8dCopy full SHA for a34af8d
.travis.yml
@@ -11,7 +11,7 @@ after_success: sbt $(if [[ "${TRAVIS_SCALA_VERSION}" == "2.11.7" ]]; then echo c
11
addons:
12
postgresql: '9.3'
13
before_script:
14
-- rm project/pgp.sbt && rm project/sbt-updates.sbt && rm project/sonatype.sbt && rm build.sbt
+- rm project/pgp.sbt && rm project/sbt-updates.sbt && rm project/sonatype.sbt
15
- psql -c "CREATE ROLE sa WITH SUPERUSER LOGIN PASSWORD 'sa';" -U postgres
16
- psql -c "CREATE DATABASE scalikejdbc;" -U postgres
17
- psql -c "CREATE DATABASE scalikejdbc2;" -U postgres
0 commit comments