Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Aug 24, 2018
1 parent edb4922 commit 86750e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ os:
julia:
- 0.6
- nightly
matrix:
allow_failures:
- julia: nightly
notifications:
email: false
git:
depth: 999999
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone(pwd()); Pkg.build("Deconvolution"); Pkg.test("Deconvolution"; coverage=true)'
# script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd()); Pkg.build("Deconvolution"); Pkg.test("Deconvolution"; coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("Deconvolution")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
History of Deconvolution.jl
===========================

v0.1.0 (201?-??-??)
v0.1.0 (2018-08-24)
-------------------

### Breaking Changes
Expand Down

0 comments on commit 86750e4

Please sign in to comment.