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

Commit 141b7dc

Browse files
authored
Merge pull request #66 from microservices-demo/fix-travis-config
fixed the group variable
2 parents fa45d45 + 962d672 commit 141b7dc

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="${FORK-:weaveworksdemos}" COMMIT="${TRAVIS_COMMIT}" TAG="${TRAVIS_TAG}" REPO=front-end;
16+
- GROUP=weaveworksdemos COMMIT="${TRAVIS_COMMIT}" TAG="${TRAVIS_TAG}" REPO=front-end;
1717

1818
script:
1919
- make test

0 commit comments

Comments
 (0)