https://github.com/lspector/Clojush
Raw File
Tip revision: 541860760a92529e5e128dccd18b0a443b7c879f authored by _ on 27 January 2018, 22:30:14 UTC
Version 3.9.0 [ci skip]
Tip revision: 5418607
.travis.yml
sudo: true
language: clojure

# https://github.com/technomancy/leiningen/issues/2014#issuecomment-153829977
before_install: yes y | sudo lein upgrade

script:
  # check fails because of "Duplicate Push instruction defined:boolean_and"
  # - lein check
  - echo
after_success:
  - ./scripts/coveralls.sh
  - ./scripts/after_success.sh 2>&1 | sed "s/$GITHUB_TOKEN/<hidden github token>/"
notifications:
  email: false
back to top