Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
fix existing sample test and travis build
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Amerson <gregory.amerson@liferay.com>
  • Loading branch information
gamerson committed Jun 30, 2017
1 parent 2853f11 commit 5558d6e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ jdk:

install: ./gradlew --version

script: ./gradlew --continue
script: ./gradlew --continue build
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@
import junit.framework.TestCase;

/*
*
*
*
*
*
*
*/

public class ProxycacheImplTest extends TestCase {

/*
*
*
*
*
*
*
*/
public void testProxycache() {
}
}

0 comments on commit 5558d6e

Please sign in to comment.