Skip to content

Commit

Permalink
chore(travis): remove mac build from travis, cairo not building
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandogelin committed Mar 18, 2019
1 parent a713612 commit 79bd288
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
24 changes: 12 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
matrix:
include:
- stage: Test OSX
language: julia
os: osx
julia: 1.1
notifications:
email: false
git:
depth: 99999999
before_script:
- export PATH=$HOME/.local/bin:$PATH
after_success:
- julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
# - stage: Test OSX
# language: julia
# os: osx
# julia: 1.1
# notifications:
# email: false
# git:
# depth: 99999999
# before_script:
# - export PATH=$HOME/.local/bin:$PATH
# after_success:
# - julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

- stage: Test Linux
language: julia
Expand Down
1 change: 0 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ version = "0.1.0"
[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Blink = "ad839575-38b3-5650-b840-f874b8c74a25"
Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
DocumenterMarkdown = "997ab1e6-3595-5248-9280-8efb232c3433"
Expand Down

0 comments on commit 79bd288

Please sign in to comment.