-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
71 lines (61 loc) · 1.6 KB
/
.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
language: generic
sudo: required
# Notes:
# No Java13 for now till Neo4j issues are resolved. Alternatively, also install JDK8. [05Jan2020]
git:
depth: 3
quiet: true
jobs:
include:
# Promote to xenial when Travis fixes
# https://travis-ci.community/t/oracle-jdk-11-and-10-are-pre-installed-not-the-openjdk-builds/785/6
- os: linux
dist: trusty
env: PYENV_REHASH_TIMEOUT=120 RENV_PATHS_LIBRARY=$HOME/.cache/R
addons:
apt:
packages:
- axel
# "In practical terms, if your Mac build requires Java 8 and below, use xcode9.3 (or below);
# if your build requires Java 10 and later, use xcode9.4 (or later)."
# https://docs.travis-ci.com/user/reference/osx/#jdk-and-macos
- os: osx
osx_image: xcode9.3
env: PYENV_REHASH_TIMEOUT=120 RENV_PATHS_LIBRARY=$HOME/.cache/R PATH="${HOME}/.pyenv/shims:${PATH}"
addons:
homebrew:
update: true
packages:
- axel
- openssl
- pyenv
- pyenv-virtualenv
- readline
- sqlite3
- xz
- zlib
before_install: ./travis/travis-setup.sh
install:
- ./gradlew --console=plain --stacktrace check -x packratClean -x renvClean
scala:
- 2.13.1
jdk:
- openjdk8
python:
- 2.7.17
cache:
apt: true
packages: true
directories:
- $HOME/.m2
- $HOME/.cache
- $HOME/.cache/lemon
- $HOME/.cache/spark
- $HOME/.cache/neo4j
- $HOME/.cache/pip
- $TRAVIS_BUILD_DIR/build/venv/lib
- $HOME/.cache/R
- $HOME/.pyenv
notifications:
email:
- umayrh@gmail.com