We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd9e691 commit fb1712cCopy full SHA for fb1712c
.travis.yml
@@ -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