Skip to content

Commit b023a2f

Browse files
committed
Remove find and cd
1 parent 99be792 commit b023a2f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ install:
1313
- pip install -U pip
1414
script:
1515
- mvn clean pre-integration-test -P withIntegrationTest
16-
- cd /home/travis/build/jenkinsci/gogs-webhook-plugin && mvn failsafe:integration-test -P withIntegrationTest
17-
- find /home/travis/build/jenkinsci/gogs-webhook-plugin -name "test-project.xml"
16+
- mvn failsafe:integration-test -P withIntegrationTest

0 commit comments

Comments
 (0)