Skip to content

Commit

Permalink
Suppress warnings from GR Framework
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Jun 19, 2018
1 parent 36d2446 commit eacdd88
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ os:
julia:
- 0.6
# - nightly
env:
global:
# Suppress "Could not connect to display" warnings from GR Framework.
# * https://gr-framework.org/about.html#file-formats
# * https://github.com/jheinen/gr/blob/v0.31.1/lib/gks/util.c#L67
- GKS_WSTYPE: png
notifications:
email: false
git:
Expand Down

0 comments on commit eacdd88

Please sign in to comment.