Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
matbesancon committed Apr 10, 2019
1 parent 3ce530f commit 243fbe9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: julia
os:
- linux
julia:
- 1.0
- 1.1
- nightly

matrix:
allow_failures:
- julia: nightly

notifications:
email: false

after_success:
- julia -e 'using Pkg; cd(Pkg.dir("BlossomMatching")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder()); Coveralls.submit(process_folder())';

0 comments on commit 243fbe9

Please sign in to comment.