Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Jan 27, 2020
1 parent 9d60f73 commit d26ebf8
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
language: julia

coveralls: true

os:
- linux

- osx
julia:
- 1.1
- 1.2
- 1.3
- nightly

matrix:
allow_failures:
- julia: nightly
fast_finish: true

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

notifications:
email: false
after_success:
- julia -e 'using Pkg; Pkg.add("Coverage")'
- julia -e 'using Coverage; Codecov.submit(process_folder())'

2 comments on commit d26ebf8

@juliohm
Copy link
Member Author

Choose a reason for hiding this comment

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

@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/8506

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.4.0 -m "<description of version>" d26ebf88a5a075bc7bf6a7e7edb01aac937e33c0
git push origin v0.4.0

Please sign in to comment.