Skip to content

Commit bf4f5aa

Browse files
committed
use without sh
1 parent 3545900 commit bf4f5aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ jobs:
3535
env: SDK=python
3636
cache: false
3737
language: python
38+
install: skip
3839
before_script:
3940
- mkdir travis-ci-tools && pushd travis-ci-tools && git init && git pull https://$CI_USER_TOKEN@github.com/optimizely/travisci-tools.git master && popd
4041
script:
41-
- "sh travis-ci-tools/fsc-trigger/trigger_fullstack-sdk-compat.sh"
42+
- "travis-ci-tools/fsc-trigger/trigger_fullstack-sdk-compat.sh"
4243
after_success: travis_terminate 0
4344
- stage: 'Test'
4445
dist: xenial

0 commit comments

Comments
 (0)