Skip to content

Commit

Permalink
ci: add dependencies for vg/vggio
Browse files Browse the repository at this point in the history
  • Loading branch information
sbinet committed Jun 19, 2020
1 parent 300aabc commit 96cc84e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sudo: false
sudo: true

language: go
go_import_path: gonum.org/v1/plot
Expand Down Expand Up @@ -29,6 +29,9 @@ before_install:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls

before_script:
- sudo apt-get install -qq pkg-config libgles2-mesa-dev libxkbcommon-dev libxkbcommon-x11-dev

# Get deps, build, test, and ensure the code is gofmt'ed.
# If we are building as gonum, then we have access to the coveralls api key, so we can run coverage as well.
script:
Expand Down

0 comments on commit 96cc84e

Please sign in to comment.