Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cfc7aa9

Browse files
committedApr 24, 2017
[L-0] fix build
1 parent 356474f commit cfc7aa9

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed
 

‎.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: java
33
jdk:
44
- oraclejdk8
55

6-
script: ./build.sh
6+
script: mvn test -B
77

88
notifications:
99
email:

‎build.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.