Skip to content

Commit 983ef95

Browse files
committed
adding travis stuff
1 parent 7126247 commit 983ef95

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)