mirror of
https://github.com/MillironX/beefblup.git
synced 2025-01-02 20:22:09 -05:00
Enable TravisCI
This commit is contained in:
parent
141cf56b07
commit
d9fde2af8f
1 changed files with 14 additions and 0 deletions
14
.travis.yml
Normal file
14
.travis.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
language: julia
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
julia:
|
||||||
|
- 1.3
|
||||||
|
- nightly
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- julia: nightly
|
||||||
|
fast_finish: true
|
||||||
|
notifications:
|
||||||
|
email: false
|
||||||
|
after_success:
|
||||||
|
-julia -c 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
|
Loading…
Reference in a new issue