Skip to content

Commit

Permalink
Merge pull request pniederw#6 from xuwei-k/jdk11
Browse files Browse the repository at this point in the history
add jdk11 test
  • Loading branch information
eed3si9n authored Oct 12, 2018
2 parents 477afdb + 4b71bce commit 4327f8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ scala:

matrix:
include:
- scala: 2.12.6
jdk: openjdk11
env: TEST_PROJECT="expectyJVM"
- scala: 2.11.12
sudo: required
before_script:
Expand Down
2 changes: 1 addition & 1 deletion jvm/src/test/scala/org/expecty/ExpectyRenderingSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ Some(23) | Some(22)
// }

def outputs(rendering: String)(expectation: => Boolean): Unit = {
def normalize(s: String) = s.trim().lines.mkString
def normalize(s: String) = augmentString(s.trim()).lines.mkString

try {
expectation
Expand Down

0 comments on commit 4327f8a

Please sign in to comment.