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

Commit

Permalink
Merge pull request #66 from microservices-demo/fix-travis-config
Browse files Browse the repository at this point in the history
fixed the group variable
  • Loading branch information
vlal authored Mar 1, 2017
2 parents fa45d45 + 962d672 commit 141b7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_install:
- make test-image deps

env:
- GROUP="${FORK-:weaveworksdemos}" COMMIT="${TRAVIS_COMMIT}" TAG="${TRAVIS_TAG}" REPO=front-end;
- GROUP=weaveworksdemos COMMIT="${TRAVIS_COMMIT}" TAG="${TRAVIS_TAG}" REPO=front-end;

script:
- make test
Expand Down

0 comments on commit 141b7dc

Please sign in to comment.