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

Commit 89b4838

Browse files
author
Mike Ng
committed
feat: Use travisci-tools branch with buildevents changes.
1 parent aa01359 commit 89b4838

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
@@ -68,7 +68,7 @@ jobs:
6868
before_install: skip
6969
install: skip
7070
before_script:
71-
- mkdir $HOME/travisci-tools && pushd $HOME/travisci-tools && git init && git pull https://$CI_USER_TOKEN@github.com/optimizely/travisci-tools.git && popd
71+
- mkdir $HOME/travisci-tools && pushd $HOME/travisci-tools && git init && git pull https://$CI_USER_TOKEN@github.com/optimizely/travisci-tools.git mng/trigger-with-buildevent && popd
7272
script:
7373
- CLIENT=node $HOME/travisci-tools/trigger-script-with-status-update.sh
7474
- CLIENT=browser $HOME/travisci-tools/trigger-script-with-status-update.sh

0 commit comments

Comments
 (0)