Skip to content

Commit f20a658

Browse files
Replace travis and appveyor with github ci
1 parent 02b9af3 commit f20a658

File tree

1 file changed

+11
-17
lines changed

1 file changed

+11
-17
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,19 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17+
version:
18+
- 'nightly'
19+
- '1'
20+
- '1.3'
21+
os:
22+
- ubuntu-latest
23+
arch:
24+
- x64
25+
- x86
1726
include:
18-
- version: 'nightly'
19-
os: ubuntu-latest
20-
arch:
21-
- x64
22-
- x86
23-
- version: '1'
24-
os: ubuntu-latest
25-
arch:
26-
- x64
27-
- x86
28-
- version: '1.3'
29-
os: ubuntu-latest
30-
arch:
31-
- x64
32-
- x86
33-
- version: '1'
34-
os: windows-latest
27+
- os: windows-latest
3528
arch: x64
29+
version: '1'
3630
steps:
3731
- uses: actions/checkout@v2
3832
- uses: julia-actions/setup-julia@v1

0 commit comments

Comments
 (0)