forked from repository-preservation/lcmap-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
38 lines (38 loc) · 1014 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
35
36
37
38
sudo: required
dist: trusty
git:
submodules: false
# 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
install: test/support/travis_install.sh
# XXX for some reason, after_install is not executing on Travis for this
# project ...?
#after_install: test/support/setup_deps.sh
before_script: test/support/setup_deps.sh && lein version && lein deps && lein compile
script: make check
branches:
only:
- master
- /^topic/
jdk:
- oraclejdk8
#- oraclejdk7
#- openjdk6
#- 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