Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Commit

Permalink
Test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Dec 16, 2014
1 parent 8d0ead3 commit c33d011
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
language: java
jdk: oraclejdk8
after_success: gradle/wrapper clean check jacocoTestReport coveralls
after_success: gradle clean check jacocoTestReport coveralls
1 change: 0 additions & 1 deletion core/src/test/java/sabina/it/BooksIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ public class BooksIT {
after (it -> it.header ("FOO", "BAR"))
);

server.setPort (testUtil.getPort ());
server.startUp ();

testUtil.waitForStartup ();
Expand Down

0 comments on commit c33d011

Please sign in to comment.