Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit 559f88b

Browse files
Allow user to specify FORK
1 parent 77212f1 commit 559f88b

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
@@ -13,7 +13,7 @@ before_install:
1313
- make test-image deps
1414

1515
env:
16-
- GROUP=weaveworksdemos COMMIT=$TRAVIS_COMMIT TAG=$TRAVIS_TAG REPO=front-end;
16+
- GROUP=${FORK-:weaveworksdemos} COMMIT=$TRAVIS_COMMIT TAG=$TRAVIS_TAG REPO=front-end;
1717

1818
script:
1919
- make test

0 commit comments

Comments
 (0)