Browse Source

Install dependencies for golang.org/x/mobile/app

Rod Hynes 11 years ago
parent
commit
f7812c427c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -3,5 +3,9 @@ go:
  - 1.4
  - 1.4
  - tip
  - tip
 
 
+install:
+ - sudo apt-get install libx11-dev
+ - sudo apt-get install libgles2-mesa-dev
+
 script:
 script:
  - go test -v ./...
  - go test -v ./...