We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14b266 commit f97f3d8Copy full SHA for f97f3d8
.travis.yml
@@ -41,7 +41,7 @@ jobs:
41
before_script:
42
- mkdir $HOME/travisci-tools && pushd $HOME/travisci-tools && git init && git pull https://$CI_USER_TOKEN@github.com/optimizely/travisci-tools.git && popd
43
script:
44
- - "$HOME"/travisci-tools/trigger-script-with-status-update.sh
+ - $HOME/travisci-tools/trigger-script-with-status-update.sh
45
after_success: travis_terminate 0
46
- <<: *integrationtest
47
stage: 'Benchmarking tests'
0 commit comments