diff options
author | Melody Horn <melody@boringcactus.com> | 2019-02-26 22:46:15 -0700 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2019-02-26 22:46:15 -0700 |
commit | 519536fdd0fe708b4192f3e5c2b02375435e133b (patch) | |
tree | ece1ea0b9f861ef10687a1515bc244424a8b0722 | |
parent | f5a1ae4e9956f8a120f0a2048ff29953bf032d2d (diff) | |
download | vidslice-519536fdd0fe708b4192f3e5c2b02375435e133b.tar.gz vidslice-519536fdd0fe708b4192f3e5c2b02375435e133b.zip |
oh that's how bash works
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 49e8c95..9f1a763 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,8 @@ addons: packages: - python before_install: - - . sh scripts/setup_${TRAVIS_OS_NAME}.sh + - chmod +x scripts/setup_${TRAVIS_OS_NAME}.sh + - . scripts/setup_${TRAVIS_OS_NAME}.sh install: - which python3 && export PYTHON=python3 || export PYTHON=python - echo ${PYTHON} |