aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
blob: f383fc070c3987543b191e78280449c6af29dcda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Allow sudo for running apt-get/brew
sudo: required
os:
  - linux
  - osx
language: cpp
compiler:
  - clang
jdk:
  - oraclejdk8
before_script:
  - .travis/setup-env.sh
script:
  - jdk_switcher use oraclejdk8
  - ./compile.sh
after_script:
  - .travis/teardown-env.sh

# Upload to S3.
addons:
  artifacts: true