Skip to content

Instantly share code, notes, and snippets.

@saulshanabrook
Last active August 25, 2017 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saulshanabrook/3f6554769af94212b373a5863ece9ce7 to your computer and use it in GitHub Desktop.
Save saulshanabrook/3f6554769af94212b373a5863ece9ce7 to your computer and use it in GitHub Desktop.
sudo: true
language: clojure
# https://github.com/technomancy/leiningen/issues/2014#issuecomment-153829977
before_install: yes y | sudo lein upgrade
script:
- lein test
after_success: ./scripts/after_success.sh 2>&1 | sed "s/$GITHUB_TOKEN/<hidden github token>/"
notifications:
email: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment