Codebase list comidi-clojure / 3826a8bf-489f-4d4a-8557-d4667023f8b6/main .travis.yml
3826a8bf-489f-4d4a-8557-d4667023f8b6/main

Tree @3826a8bf-489f-4d4a-8557-d4667023f8b6/main (Download .tar.gz)

.travis.yml @3826a8bf-489f-4d4a-8557-d4667023f8b6/mainraw · history · blame

language: clojure
lein: 2.7.1
jdk:
- oraclejdk7
- openjdk7
script: ./ext/travisci/test.sh
notifications:
  email: false
  hipchat:
    rooms:
      - qiD4Yo5b7i1tz3kUW0ttsqoH0a1ZYVFihzThWtPT@322656
    template:
      - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
      - "Change view: %{compare_url}"
      - "Build details: %{build_url}"