Skip to content

Commit

Permalink
Merge branch 'master' into artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Nov 28, 2019
2 parents eff8e54 + f0c46e3 commit 43ed632
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ deps/src
deps/deps.jl
deps/build.log
Manifest.toml
.vscode
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,4 @@ matrix:
arch: arm64
notifications:
email: false

after_success:
- julia -e 'using Pkg; cd(Pkg.dir("Rsvg")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
coveralls: false
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Rsvg"
uuid = "c4c386cf-5103-5370-be45-f3a111cca3b8"
version = "0.3.0"
version = "0.4.0"

[deps]
Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
Expand Down

0 comments on commit 43ed632

Please sign in to comment.