https://github.com/lspector/Clojush
Raw File
Tip revision: 227754ab0beb4a976e28c24ed083901d70d5b5d2 authored by _ on 21 December 2018, 19:03:01 UTC
Version 3.17.0 [ci skip]
Tip revision: 227754a
.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