Skip to content

Commit

Permalink
Merge pull request #1343 from CiaranOMara/hotfix/cairo
Browse files Browse the repository at this point in the history
Set Cairo compatibility
  • Loading branch information
bjarthur authored Nov 16, 2019
2 parents 6d68260 + 7a354af commit 2011796
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ jobs:
# disable global before_script in order not to install Compose twice
before_script:
script:
- |
julia --color=yes --project=docs/ -e'
using Pkg
Pkg.add(PackageSpec(name="Compose", rev="master"))
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()
include("docs/make.jl")
'
- julia --color=yes --project=docs -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- travis_wait julia --color=yes --project=docs docs/make.jl
after_success: skip
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
CSV = "0.4, 0.5"
Cairo = "0.5, 0.6"
Cairo = "0.7, 0.8"
CategoricalArrays = "0.5"
Colors = "0.9"
Compat = "2"
Expand Down

0 comments on commit 2011796

Please sign in to comment.