File tree 1 file changed +5
-10
lines changed
1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ environment:
4
4
- julia_version : latest
5
5
6
6
platform :
7
- - x86
8
- - x64
7
+ - x86 # 32-bit
8
+ - x64 # 64-bit
9
9
10
10
# # uncomment the following lines to allow failures on nightly julia
11
11
# # (tests will run but not make your overall status red)
@@ -15,7 +15,8 @@ platform:
15
15
16
16
branches :
17
17
only :
18
- - /version-.*/
18
+ - master
19
+ - /release-.*/
19
20
20
21
notifications :
21
22
- provider : Email
@@ -24,13 +25,7 @@ notifications:
24
25
on_build_status_changed : false
25
26
26
27
install :
27
- - ps : |
28
- if (Test-Path env:APPVEYOR_PULL_REQUEST_HEAD_COMMIT) {
29
- $ref = $env:APPVEYOR_PULL_REQUEST_HEAD_COMMIT
30
- } else {
31
- $ref = $env:APPVEYOR_REPO_BRANCH
32
- }
33
- iex ((new-object net.webclient).DownloadString("https://raw.githubusercontent.com/JuliaCI/Appveyor.jl/$ref/bin/install.ps1"))
28
+ - ps : iex ((new-object net.webclient).DownloadString("https://raw.githubusercontent.com/JuliaCI/Appveyor.jl/version-1/bin/install.ps1"))
34
29
35
30
build_script :
36
31
- echo "%JL_BUILD_SCRIPT%"
You can’t perform that action at this time.
0 commit comments