Skip to content

Commit 29250b1

Browse files
author
Peter Dang
committedMar 5, 2019
edit ci
1 parent dc766e9 commit 29250b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- stage: Verify
4949
script: ./gradlew checkstyle pmd $PROPERTIES
5050
- stage: Run Findbugs
51-
script: ./gradlew clean findbugs -xlint -xtest
51+
script: ./gradlew clean findbugs -xlint -xtest $PROPERTIES
5252
- stage: Test
5353
name: Unit Tests
5454
script: ./gradlew test -xlint $PROPERTIES

0 commit comments

Comments
 (0)
Please sign in to comment.