https://github.com/lspector/Clojush
Raw File
Tip revision: 1bfc0ee84c670d0c3189e46c56c30eb2488c7dd8 authored by _ on 19 February 2017, 20:15:13 UTC
Version 2.19.0 [ci skip]
Tip revision: 1bfc0ee
.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
  - lein test
after_success:
  - ./scripts/coveralls.sh
  - ./scripts/after_success.sh 2>&1 | sed "s/$GITHUB_TOKEN/<hidden github token>/"
notifications:
  email: false
back to top