-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.travis.yml
42 lines (40 loc) · 1.26 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
language: clojure
sudo: false
cache:
directories:
- $HOME/.m2
script:
# - lein source-deps
- $TEST_CMD
env:
# - TEST_CMD="lein with-profile +1.5,+test-clj test"
# - TEST_CMD="lein with-profile +1.6,+test-clj test"
- TEST_CMD="lein with-profile +test test"
- TEST_CMD="lein with-profile +test-cljs doo phantom test once"
# - TEST_CMD="lein with-profile +1.6,+test-cljs test"
# - TEST_CMD="lein with-profile +1.7,+test-cljs test"
jdk:
- openjdk6
- openjdk7
- oraclejdk7
- oraclejdk8
matrix:
exclude:
# - env: TEST_CMD="lein with-profile +1.6 test"
# jdk: openjdk6
- env: TEST_CMD="lein with-profile +test test"
jdk: openjdk6
- env: TEST_CMD="lein with-profile +test-cljs doo phantom test once"
jdk: openjdk6
include:
- env: TEST_CMD="lein with-profile +test,+coveralls coveralls"
jdk: oraclejdk8
- env: TEST_CMD="lein with-profile +test,+eastwood eastwood"
jdk: oraclejdk8
- env: TEST_CMD="lein with-profile +test,+cljfmt cljfmt check"
jdk: oraclejdk8
notifications:
webhooks:
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always