Skip to content

Commit

Permalink
update travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
sglyon committed May 16, 2019
1 parent a77fb6f commit f2353b2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Documentation: http://docs.travis-ci.com/user/languages/julia/
language: julia
sudo: required
sudo: required
os:
- linux
julia:
- 0.7
- 1.0
- 1.1
- nightly
matrix:
allow_failures:
Expand All @@ -20,4 +21,4 @@ notifications:
# uncomment the following lines to override the default test script
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- xvfb-run julia -e 'using Pkg; Pkg.add(PackageSpec(url=pwd())); Pkg.build("PlotlyJS"); Pkg.test("PlotlyJS"; coverage=true)'
- xvfb-run julia -e 'using Pkg; Pkg.build(); Pkg.test(coverage=true)'

2 comments on commit f2353b2

@sglyon
Copy link
Member Author

@sglyon sglyon commented on f2353b2 May 16, 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/801

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

Please sign in to comment.