File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
1
environment :
2
2
matrix :
3
3
- julia_version : 0.7
4
- - julia_version : 1.0
5
- - julia_version : latest
4
+ - julia_version : 1
5
+ - julia_version : nightly
6
6
7
7
platform :
8
8
- x86 # 32-bit
9
9
- x64 # 64-bit
10
10
11
- # # uncomment the following lines to allow failures on nightly julia
12
- # # (tests will run but not make your overall status red)
11
+ # Uncomment the following lines to allow failures on nightly julia
12
+ # (tests will run but not make your overall status red)
13
13
matrix :
14
14
allow_failures :
15
- - julia_version : latest
15
+ - julia_version : nightly
16
16
17
17
branches :
18
18
only :
@@ -34,4 +34,10 @@ build_script:
34
34
35
35
test_script :
36
36
- echo "%JL_TEST_SCRIPT%"
37
- - C:\julia\bin\julia -e "%JL_TEST_SCRIPT%"
37
+ - C:\julia\bin\julia -e "%JL_TEST_SCRIPT%"
38
+
39
+ # # Uncomment to support code coverage upload. Should only be enabled for packages
40
+ # # which would have coverage gaps without running on Windows
41
+ # on_success:
42
+ # - echo "%JL_CODECOV_SCRIPT%"
43
+ # - C:\julia\bin\julia -e "%JL_CODECOV_SCRIPT%"
You can’t perform that action at this time.
0 commit comments