Last active
August 29, 2015 14:11
-
-
Save dislogical/7a168a87718e502f16d3 to your computer and use it in GitHub Desktop.
Install Doveralls on Travis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl "https://api.github.com/repos/ColdenCullen/doveralls/releases" | jq '.[0].assets | .[] | select(.name == "doveralls_${TRAVIS_OS_NAME}_travis") | .browser_download_url' | xargs wget -O doveralls | |
| chmod +x doveralls |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment