File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ branches:
8
8
only :
9
9
- master
10
10
julia :
11
- - 1.3
11
+ - 1
12
12
matrix :
13
13
allow_failures :
14
14
- julia : nightly
@@ -20,15 +20,7 @@ matrix:
20
20
# - GROUP=Misc
21
21
notifications :
22
22
email : false
23
- # uncomment the following lines to override the default test script
24
- # script:
25
- # - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
26
- # - julia -e 'Pkg.clone(pwd()); Pkg.build("Catalyst"); Pkg.test("Catalyst"; coverage=true)'
27
- # after_success:
28
- # # push coverage results to Coveralls
29
- # - julia -e 'import Pkg; cd(Pkg.dir("Catalyst")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
30
- # # push coverage results to Codecov
31
- # - julia -e 'import Pkg; cd(Pkg.dir("Catalyst")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
23
+ script : julia -e 'using Pkg; Pkg.build(); Pkg.test(coverage=false)'
32
24
33
- coveralls : true
34
- codecov : true
25
+ coveralls : false
26
+ codecov : false
You can’t perform that action at this time.
0 commit comments