Browse Source

Merge branch 'master' of https://github.com/Psiphon-Labs/psiphon-tunnel-core

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

+ 4 - 4
.travis.yml

@@ -1,10 +1,10 @@
 language: go
 go:
 - 1.4
-- tip
-before_install:
-- sudo apt-get update
-- sudo apt-get install -qq libxi-dev libgles2-mesa-dev
+addons:
+  apt_packages:
+    - libx11-dev
+    - libgles2-mesa-dev
 install:
 - go get -t -d -v ./... && go build -v ./...
 script: