forked from puppetlabs/puppetdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
43 lines (34 loc) · 930 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
39
40
41
42
43
language: clojure
lein: lein2
# Always explicitly set sudo. Otherwise travis' defaults may vary
# based on when the repository testing was enabled.
sudo: required
jdk:
- openjdk7
- oraclejdk8
- oraclejdk7
env:
- PDB_TEST_LANG=clojure
- PDB_TEST_LANG=ruby
# Only run one ruby test
matrix:
exclude:
- jdk: oraclejdk8
env: PDB_TEST_LANG=ruby
- jdk: oraclejdk7
env: PDB_TEST_LANG=ruby
script: ext/travisci/test.sh
notifications:
email: false
# Host addons handle buffer overflow in jdk 7 with travis' long
# hostnames:
# https://github.com/travis-ci/travis-ci/issues/5227#issuecomment-165131913
# http://mail.openjdk.java.net/pipermail/net-dev/2012-July/004603.html
# http://bugs.java.com/bugdatabase/view_bug.do?bug_id=7089443
# http://bugs.java.com/bugdatabase/view_bug.do?bug_id=7112670
addons:
hosts:
- pdbtest
hostname: pdbtest
postgresql: "9.4"
services: postgresql