-
-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy path.travis.yml
52 lines (48 loc) · 879 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
44
45
46
47
48
49
50
51
52
language: julia
os:
- linux
- osx
- windows
dist: bionic
before_install:
- source ${TRAVIS_BUILD_DIR}/test/windows_java.sh
julia:
- 1.0
- 1
- nightly
env:
- JULIA_COPY_STACKS=0
- JULIA_COPY_STACKS=1
jobs:
include:
- julia: 1
env: JULIA_COPY_STACKS=1 JAVA_HOME=/usr/local/lib/jvm/openjdk8
os: linux
- julia: 1
env: JULIA_COPY_STACKS=1 JAVA_HOME=/usr/local/lib/jvm/openjdk11
os: linux
- julia: 1
env: JULIA_COPY_STACKS=1
os: osx
osx_image: xcode9.3
- julia: 1
env: JULIA_COPY_STACKS=0 JAVA_PKG=openjdk8
os: windows
exclude:
- julia: 1.0
env: JULIA_COPY_STACKS=0
- julia: 1.0
os: windows
env: JULIA_COPY_STACKS=1
allow_failures:
- julia: nightly
- os: windows
env: JULIA_COPY_STACKS=1
branches:
only:
- master
- zot
- v0.7
- /release-.*/
notifications:
email: false