Skip to content

Commit a34af8d

Browse files
committed
Fix travis settings
1 parent bf6dcbb commit a34af8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ after_success: sbt $(if [[ "${TRAVIS_SCALA_VERSION}" == "2.11.7" ]]; then echo c
1111
addons:
1212
postgresql: '9.3'
1313
before_script:
14-
- rm project/pgp.sbt && rm project/sbt-updates.sbt && rm project/sonatype.sbt && rm build.sbt
14+
- rm project/pgp.sbt && rm project/sbt-updates.sbt && rm project/sonatype.sbt
1515
- psql -c "CREATE ROLE sa WITH SUPERUSER LOGIN PASSWORD 'sa';" -U postgres
1616
- psql -c "CREATE DATABASE scalikejdbc;" -U postgres
1717
- psql -c "CREATE DATABASE scalikejdbc2;" -U postgres

0 commit comments

Comments
 (0)