Skip to content

Commit ad27088

Browse files
simonbyrnestevengj
authored andcommitted
Update appveyor.yml (#75)
1 parent bd60a69 commit ad27088

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

appveyor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ environment:
55
- julia_version: latest
66

77
platform:
8-
- x86
9-
- x64
8+
- x86 # 32-bit
9+
- x64 # 64-bit
1010

1111
## uncomment the following lines to allow failures on nightly julia
1212
## (tests will run but not make your overall status red)
@@ -26,12 +26,12 @@ notifications:
2626
on_build_status_changed: false
2727

2828
install:
29-
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/JuliaCI/Appveyor.jl/master/bin/install.ps1'))
29+
- ps: iex ((new-object net.webclient).DownloadString("https://raw.githubusercontent.com/JuliaCI/Appveyor.jl/version-1/bin/install.ps1"))
3030

3131
build_script:
3232
- echo "%JL_BUILD_SCRIPT%"
33-
- julia -e "%JL_BUILD_SCRIPT%"
33+
- C:\julia\bin\julia -e "%JL_BUILD_SCRIPT%"
3434

3535
test_script:
3636
- echo "%JL_TEST_SCRIPT%"
37-
- julia -e "%JL_TEST_SCRIPT%"
37+
- C:\julia\bin\julia -e "%JL_TEST_SCRIPT%"

0 commit comments

Comments
 (0)