Skip to content

Instantly share code, notes, and snippets.

@dislogical
Last active August 29, 2015 14:11
Show Gist options
  • Select an option

  • Save dislogical/7a168a87718e502f16d3 to your computer and use it in GitHub Desktop.

Select an option

Save dislogical/7a168a87718e502f16d3 to your computer and use it in GitHub Desktop.
Install Doveralls on Travis
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