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