Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed May 4, 2019
1 parent 0395845 commit 00a5797
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,16 @@
language: julia

os:
- linux
- osx

julia:
- 0.7
- 1.0
- nightly

matrix:
allow_failures:
- julia: nightly
fast_finish: true

notifications:
email: false

script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --check-bounds=yes --color=yes -e 'Pkg.clone(pwd()); Pkg.build("CoDa"); Pkg.test("CoDa"; coverage=true)'

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

2 comments on commit 00a5797

@juliohm
Copy link
Member Author

@juliohm juliohm commented on 00a5797 May 4, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/535

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.1 -m "<description of version>" 00a5797c2eafead26055105b9ccde528882b0f9e
git push origin v0.1.1

Please sign in to comment.