https://github.com/lspector/Clojush
Raw File
Tip revision: 6a4c0f85276c34ac9220b6cc66fc772f04240eef authored by Lee Spector on 27 June 2017, 17:07:58 UTC
Partially fixed grain size of children with dummy parents.
Tip revision: 6a4c0f8
.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