File tree 1 file changed +1
-16
lines changed
1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change 8
8
- nightly
9
9
notifications :
10
10
email : false
11
- git :
12
- depth : 99999999
13
11
14
- # # uncomment the following lines to allow failures on nightly julia
15
- # # (tests will run but not make your overall status red)
16
12
matrix :
17
13
allow_failures :
18
14
- julia : nightly
19
15
20
- # # uncomment and modify the following lines to manually install system packages
21
- # addons:
22
- # apt: # apt-get for linux
23
- # packages:
24
- # - gfortran
25
- # before_script: # homebrew for mac
26
- # - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; fi
27
-
28
- # # uncomment the following lines to override the default test script
29
- # script:
30
- # - julia -e 'Pkg.clone(pwd()); Pkg.build("OMETIFF"); Pkg.test("OMETIFF"; coverage=true)'
31
16
after_success :
32
17
# push coverage results to Codecov
33
- - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls .submit(Coveralls. process_folder())'
18
+ - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov .submit(process_folder())'
You can’t perform that action at this time.
0 commit comments