Skip to content

Commit 4593e9b

Browse files
committed
Revert hardcoded testapp branch for trigger
1 parent 87ea579 commit 4593e9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ jobs:
7070
before_script:
7171
- mkdir $HOME/travisci-tools && pushd $HOME/travisci-tools && git init && git pull https://[email protected]/optimizely/travisci-tools.git && popd
7272
script:
73-
- CLIENT=node TESTAPP_BRANCH=fayyaz/added-support-for-es6 $HOME/travisci-tools/trigger-script-with-status-update.sh
74-
- CLIENT=browser TESTAPP_BRANCH=fayyaz/added-support-for-es6 $HOME/travisci-tools/trigger-script-with-status-update.sh
73+
- CLIENT=node $HOME/travisci-tools/trigger-script-with-status-update.sh
74+
- CLIENT=browser $HOME/travisci-tools/trigger-script-with-status-update.sh
7575
after_success: travis_terminate 0
7676
- <<: *integrationtest
7777
stage: 'Benchmarking tests'

0 commit comments

Comments
 (0)