File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
environment :
2
2
matrix :
3
- - julia_version : 0.6
4
3
- julia_version : 0.7
5
4
- julia_version : 1
6
5
- julia_version : nightly
@@ -9,9 +8,11 @@ platform:
9
8
- x86 # 32-bit
10
9
- x64 # 64-bit
11
10
11
+ # Uncomment the following lines to allow failures on nightly julia
12
+ # (tests will run but not make your overall status red)
12
13
matrix :
13
14
allow_failures :
14
- - julia_version : latest
15
+ - julia_version : latest
15
16
16
17
branches :
17
18
only :
@@ -28,8 +29,13 @@ install:
28
29
- ps : iex ((new-object net.webclient).DownloadString("https://raw.githubusercontent.com/JuliaCI/Appveyor.jl/version-1/bin/install.ps1"))
29
30
30
31
build_script :
31
- - echo "%JL_BUILD_SCRIPT%"
32
- - C:\julia\bin\julia -e "%JL_BUILD_SCRIPT%"
32
+ - C:\julia\bin\julia -e "using InteractiveUtils; versioninfo();
33
+ using UUIDs;
34
+ before = read(\"Project.toml\", String);
35
+ after = replace(before, \"uuid = \\\"44cfe95a-1eb2-52ea-b672-e2afdf69b78f\\\"\" =>
36
+ \"uuid = \\\"4d836010-47a6-11e8-12b2-0918962bae33\\\"\");
37
+ write(\"Project.toml\", after);
38
+ import Pkg; Pkg.build()"
33
39
34
40
test_script :
35
41
- echo "%JL_TEST_SCRIPT%"
You can’t perform that action at this time.
0 commit comments