Skip to content

Commit 36d4f44

Browse files
committed
Fix travis file for new gradle project path separator
1 parent e2749ea commit 36d4f44

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
@@ -20,7 +20,7 @@ env:
2020
script:
2121
- ./gradlew --no-daemon getGit -Pcomponent=PopCommerce
2222
- ./gradlew --no-daemon load
23-
- ./gradlew --no-daemon runtime/component/PopCommerce:test
23+
- ./gradlew --no-daemon runtime:component:PopCommerce:test
2424

2525
cache:
2626
directories:

0 commit comments

Comments
 (0)