Skip to content

Commit fb1712c

Browse files
committed
add travis file
1 parent fd9e691 commit fb1712c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Documentation: http://docs.travis-ci.com/user/languages/julia/
2+
language: julia
3+
os:
4+
- linux
5+
julia:
6+
- 1.0
7+
- 1.5
8+
- nightly
9+
matrix:
10+
allow_failures:
11+
- julia: nightly
12+
notifications:
13+
email: false
14+
after_success:
15+
# push coverage results to Codecov
16+
- julia -e 'using Pkg; pkg"add Coverage"; using Coverage; Codecov.submit(Codecov.process_folder())'

0 commit comments

Comments
 (0)