Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2419f62

Browse files
committed
ci: Don't source the Travis test script.
This causes macOS to fail with odd errors (see travis-ci/travis-ci#6522).
1 parent 83fb3fb commit 2419f62

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ install:
141141
# Install matplotlib
142142
pip install -ve .
143143
144-
script: source ci/travis/test_script.sh
144+
script: ci/travis/test_script.sh
145145
before_cache:
146146
- rm -rf $HOME/.cache/matplotlib/tex.cache
147147
- rm -rf $HOME/.cache/matplotlib/test_cache

ci/travis/test_script.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)