8000 fix: Use bash, always · etherscan-io/sentry-python@da4150a · GitHub
[go: up one dir, main page]

Skip to content

Commit da4150a

Browse files
committed
fix: Use bash, always
1 parent ff97fc1 commit da4150a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ install:
4646
- sh scripts/download-semaphore.sh
4747

4848
script:
49-
- sh scripts/runtox.sh
49+
- ./scripts/runtox.sh
5050
- codecov
5151

5252
notifications:

scripts/runtox.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
if [ -z "$1" ]; then
33
searchstring="$(echo py$TRAVIS_PYTHON_VERSION | sed -e 's/pypypy/pypy/g' -e 's/-dev//g')"
44
else

0 commit comments

Comments
 (0)
0