Skip to content

Commit 85e642b

Browse files
committed
Remove unncessary system property on Travis CI
1 parent d3a630d commit 85e642b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ branches:
2121
before_script:
2222
- ./bin/before_build.sh
2323

24-
script: ./mvnw clean verify -Dtravis=true -Drabbitmqctl.bin='rabbitmq/sbin/rabbitmqctl'
24+
script: ./mvnw clean verify -Drabbitmqctl.bin='rabbitmq/sbin/rabbitmqctl'
2525
cache:
2626
directories:
2727
- $HOME/.m2

0 commit comments

Comments
 (0)