https://github.com/lspector/Clojush
Raw File
Tip revision: 29a3a83364dc7031ae7c98e6344fd464f532c407 authored by _ on 30 August 2016, 00:19:22 UTC
Version 2.5.0 [ci skip]
Tip revision: 29a3a83
.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