forked from repository-preservation/lcmap-see
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
34 lines (34 loc) · 915 Bytes
/
.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
# We can't use Clojure due to a premature call to lein prior to the
# before_install step by Travis CI. Calling lein before we've installed to the
# local Maven repo causes an error with lein-parent and Sonatype.
#language: clojure
language: java
sudo: required
install:
- test/support/travis_install.sh
before_script:
- sudo test/support/install_mesos.sh
- sudo test/support/start_mesos.sh
- test/support/setup_deps.sh
script:
- make travis-check
jdk:
- oraclejdk8
#- oraclejdk7
- openjdk7
#- openjdk8
#addons:
# apt:
# sources:
# -
notifications:
email:
# the following won't work until this Travis CI
# bug is sorted:
# https://github.com/travis-ci/travis-ci/issues/2513
slack:
rooms:
- lcmap:UTqlh9PfPVomfpli10WKyZoh#cicd
- lcmap:UTqlh9PfPVomfpli10WKyZoh#see