mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-06 04:21:33 +00:00
Update .travis.yml
This commit is contained in:
+1
-1
@@ -7,6 +7,6 @@ notifications:
|
||||
script:
|
||||
- julia -e 'Pkg.clone(pwd())'
|
||||
- julia -e 'Pkg.build("$name")'
|
||||
- if [ -f test/runtests.jl ]; then julia --check-bounds=yes -e 'Pkg.test("$name", coverage=true)'; fi
|
||||
- if [ -f test/runtests.jl ]; then julia --check-bounds=yes --code-coverage test/runtests.jl; fi
|
||||
after_success:
|
||||
- julia -e 'cd(Pkg.dir("JuliaFem")); Pkg.add("Coverage"); using Coverage; >Coveralls.submit(Coveralls.process_folder())'
|
||||
|
||||
Reference in New Issue
Block a user