Skip to content

Commit

Permalink
update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tminglei committed May 19, 2018
1 parent f48dc04 commit 1cafa15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
dist: trusty
sudo: required
language: scala
scala:
- 2.10.4
- 2.11.5
- 2.10.7
- 2.11.12
- 2.12.6
jdk:
- oraclejdk8
services:
Expand Down
2 changes: 1 addition & 1 deletion src/test/scala/com/github/tminglei/slickpg/package.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package com.github.tminglei

package object slickpg {
val dbUrl = "jdbc:postgresql://localhost/test?user=postgres&password=123456"
val dbUrl = "jdbc:postgresql://localhost/test?user=postgres"
}

0 comments on commit 1cafa15

Please sign in to comment.