Skip to content

Commit f97f3d8

Browse files
remove error
1 parent d14b266 commit f97f3d8

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
@@ -41,7 +41,7 @@ jobs:
4141
before_script:
4242
- mkdir $HOME/travisci-tools && pushd $HOME/travisci-tools && git init && git pull https://$CI_USER_TOKEN@github.com/optimizely/travisci-tools.git && popd
4343
script:
44-
- "$HOME"/travisci-tools/trigger-script-with-status-update.sh
44+
- $HOME/travisci-tools/trigger-script-with-status-update.sh
4545
after_success: travis_terminate 0
4646
- <<: *integrationtest
4747
stage: 'Benchmarking tests'

0 commit comments

Comments
 (0)