File tree Expand file tree Collapse file tree 3 files changed +14
-22
lines changed Expand file tree Collapse file tree 3 files changed +14
-22
lines changed Original file line number Diff line number Diff line change
1
+ # # Documentation: https://github.com/JuliaCI/Appveyor.jl
2
+
1
3
environment :
2
4
matrix :
3
5
- julia_version : 0.7
4
6
- julia_version : 1.0
5
- - julia_version : latest
7
+ - julia_version : nightly
6
8
7
9
platform :
8
10
- x86 # 32-bit
@@ -12,8 +14,7 @@ platform:
12
14
# # (tests will run but not make your overall status red)
13
15
# matrix:
14
16
# allow_failures:
15
- # - julia_version: 1.0
16
- # - julia_version: latest
17
+ # - julia_version: nightly
17
18
18
19
# branches:
19
20
# only:
Original file line number Diff line number Diff line change 1
- comment : false
1
+ # comment: false
Original file line number Diff line number Diff line change 1
1
# # Documentation: http://docs.travis-ci.com/user/languages/julia/
2
+
2
3
language : julia
4
+
3
5
os :
4
6
- linux
5
7
- osx
8
+
6
9
julia :
7
10
- 0.7
8
11
- 1.0
9
12
- nightly
10
- notifications :
11
- email : false
12
- git :
13
- depth : 99999999
14
13
15
14
# # uncomment the following lines to allow failures on nightly julia
16
15
# # (tests will run but not make your overall status red)
17
16
# matrix:
18
17
# allow_failures:
19
- # - julia: nightly
20
-
21
- # # uncomment and modify the following lines to manually install system packages
22
- # addons:
23
- # apt: # apt-get for linux
24
- # packages:
25
- # - gfortran
26
- # before_script: # homebrew for mac
27
- # - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; fi
18
+ # - julia: nightly
19
+ # fast_finish: true
28
20
29
- # # uncomment the following lines to override the default test script
30
- # script:
31
- # - julia -e '...'
21
+ notifications :
22
+ email : false
32
23
33
24
after_success :
34
- # push coverage results to Coveralls
35
- - julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
36
25
# push coverage results to Codecov
37
26
- julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
27
+ # push coverage results to Coveralls
28
+ - julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
You can’t perform that action at this time.
0 commit comments