Skip to content

Commit

Permalink
Fix curl options for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
overtaker committed Oct 3, 2020
1 parent 25be20d commit 1b3312f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ matrix:

before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- curl https://bitbucket.org/Swyter/bitbucket-curl-upload-to-repo-downloads/raw/default/upload-to-bitbucket.sh -O -J && chmod +x ./upload-to-bitbucket.sh
- curl https://bitbucket.org/Swyter/bitbucket-curl-upload-to-repo-downloads/raw/default/upload-to-bitbucket.sh -O -J -L
- chmod +x ./upload-to-bitbucket.sh

script:
- cd ExternData/Resources/C-Sources
Expand Down

0 comments on commit 1b3312f

Please sign in to comment.