Skip to content

Commit 91ec6cb

Browse files
committed
Travis on 1 and disable appveyor
1 parent 779e4a2 commit 91ec6cb

File tree

2 files changed

+6
-27
lines changed

2 files changed

+6
-27
lines changed

.appveyor.yml

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,16 @@
1-
environment:
2-
matrix:
3-
- julia_version: 1.1
4-
- julia_version: 1.2
5-
- julia_version: nightly
1+
# appveyor is disabled
2+
branches:
3+
only:
4+
- dummy
65

76
platform:
87
- x64 # 64-bit
98

10-
matrix:
11-
allow_failures:
12-
- julia_version: nightly
13-
14-
branches:
15-
only:
16-
- master
17-
- /v(\d+)\.(\d+)\.(\d+)/
18-
199
notifications:
2010
- provider: Email
2111
on_build_success: false
2212
on_build_failure: false
2313
on_build_status_changed: false
2414

2515
install:
26-
- ps: iex ((new-object net.webclient).DownloadString("https://raw.githubusercontent.com/JuliaCI/Appveyor.jl/version-1/bin/install.ps1"))
27-
28-
build_script:
29-
- echo "%JL_BUILD_SCRIPT%"
30-
- C:\julia\bin\julia -e "%JL_BUILD_SCRIPT%"
31-
32-
test_script:
33-
- echo "%JL_TEST_SCRIPT%"
34-
- C:\julia\bin\julia -e "%JL_TEST_SCRIPT%"
16+
- cmd: Appveyor is disabled

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ os:
55
- windows
66
julia:
77
- 1.0
8-
- 1.1
9-
- 1.2
10-
- 1.3
11-
- 1.4
8+
- 1
129
- nightly
1310
notifications:
1411
email: false

0 commit comments

Comments
 (0)