aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: df51411d4e0cb3ab1a1975d3e26f615b3393c01c (plain) (blame)
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
language: scala
sudo: false
env:
  global:
    - PUBLISH_JDK=openjdk6 # admin/build.sh only publishes when running on this jdk
# Don't commit sensitive files, instead commit a version encrypted with $SECRET,
# this environment variable is encrypted with this repo's private key and stored below:
# (See http://docs.travis-ci.com/user/environment-variables/#Secure-Variables.)
    - secure: "YO/7YiWEirzz0EAy7oVNmAKroj4qCLZNMkPS+xW/VgeGjuEV+Nk1S7pwxF0o2OggSxIQ+a0lWSrOPQqSXMjOstDIzzGeYfuAt0+0fupXtDDge0mXpCCMadrvYzff1/5XYX0dJ+pjJmz6IgF1hliPJHIuddhhdqPxdHWTHAKm9ME="

script: 
  - admin/build.sh
scala:
  - 2.11.8
  - 2.12.0-RC1 # !!! Duplicated below, edit with care
jdk:
  - openjdk6
  - oraclejdk8
matrix:
  exclude:

  - scala: 2.12.0-RC1 # !!! Duplicated above, edit with care  
    jdk: openjdk6
notifications:
  email:
    - jason.zaugg@typesafe.com
    - philipp.haller@typesafe.com