Update .travis.yml (install should not be overridden)

This commit is contained in:
Hajime Hoshi 2014-12-28 21:23:49 +09:00
parent d34f7a8dfe
commit 03069b987c

View File

@ -1,6 +1,6 @@
language: go
install:
before_install:
- sudo apt-get install -qq libglfw-dev libglew-dev
script: go test ./...