Skip to content

Commit f7ed90d

Browse files
authored
CI: Use bash not sh for .travis/deploy.sh (#198)
We use bashisms in the `deploy.sh` script and need to invoke with with `bash` not `sh`, despite the shebang at the top of the deploy script.
1 parent 1c7a951 commit f7ed90d

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
@@ -39,7 +39,7 @@ script:
3939

4040
deploy:
4141
- provider: script
42-
script: sh .travis/publish.sh
42+
script: bash .travis/publish.sh
4343
skip_cleanup: true
4444
on:
45-
repo: letsencrypt/pebble
45+
repo: letsencrypt/pebble

0 commit comments

Comments
 (0)