Skip to content

Commit 6a19cda

Browse files
committed
reduce test matrix on CI
1 parent ed72401 commit 6a19cda

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
*~
22
.juliahistory
33
.DS_Store
4-
Manifest.toml
4+
Manifest.toml
5+
.jekyll-cache

.travis.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,26 @@ language: julia
22
os:
33
- linux
44
- osx
5-
- windows
65
julia:
76
- 1.0
8-
- 1.1
9-
- 1.2
107
- 1.3
118
- nightly
129
jdk:
1310
- oraclejdk8
1411
- openjdk10
1512
- openjdk11
1613

14+
end:
15+
- JULIA_COPY_STACKS=1
16+
1717
matrix:
1818
allow_failures:
1919
- julia_version: nightly
20-
- os: windows
21-
- os: osx
20+
21+
branches:
22+
only:
23+
- master
24+
- /release-.*/
2225

2326
notifications:
2427
email: false

appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,17 @@ platform:
1313
matrix:
1414
allow_failures:
1515
- julia_version: nightly
16+
- platform: x86
17+
environment:
18+
JULIA_COPY_STACKS: 1
1619

1720
branches:
1821
only:
1922
- master
2023
- /release-.*/
2124

25+
skip_tags: true
26+
2227
notifications:
2328
- provider: Email
2429
on_build_success: false

0 commit comments

Comments
 (0)