Skip to content

Commit a096490

Browse files
committed
add coverage and osx
1 parent 99fcc24 commit a096490

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
language: julia
22
sudo: false
3+
os:
4+
- linux
5+
- osx
36
julia:
47
- nightly
58
- 0.4
69
notifications:
710
- email: false
11+
script:
12+
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
13+
- julia --inline=no -e 'Pkg.clone(pwd()); Pkg.test("Contour"; coverage=true)'
14+
after_success:
15+
- julia -e 'cd(Pkg.dir("Contour")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'

0 commit comments

Comments
 (0)