summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 491ddede8d544216ec6f7067d67170de4afb3c47 (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
language: scala
sudo: required
dist: trusty

matrix:
  include:
  - stage: build
    env: CI_SCRIPT=ci/test.sh
    jdk: oraclejdk9

  - stage: build
    env: CI_SCRIPT=ci/test.sh
    jdk: oraclejdk8

  - stage: release
    env: CI_SCRIPT="ci/on-master.py ci/release.sh"
    jdk: oraclejdk9
  - stage: release
    env: CI_SCRIPT="ci/on-master.py ci/publish-docs.sh"
    jdk: oraclejdk8

cache:
  directories:
  - $HOME/.coursier