Skip to content

Commit d31cc55

Browse files
committed
[.travis.yml] fix executable install on macos testing
1 parent f63350b commit d31cc55

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ matrix:
3737
- brew install pngcheck
3838
install:
3939
- make build-dependencies
40+
- make install-executable
4041
- pip3 install --upgrade tox pytest
42+
- export PATH=/usr/local/bin:$PATH
4143
env: TOX_ENV=py37
4244
script:
4345
- tox -e $TOX_ENV
@@ -46,7 +48,7 @@ matrix:
4648
python: 3.7
4749
env: TOX_ENV=py37
4850
dist: xenial
49-
before_install:
51+
before_install:
5052
- sudo apt-get update
5153
- sudo apt-get install -y shellcheck
5254
install:

0 commit comments

Comments
 (0)