Update .travis.yml

This commit is contained in:
Leonid Bugaev
2013-08-02 19:48:57 +04:00
parent 3b68ae27a6
commit 0bb7e9f7b8
+1 -1
View File
@@ -1,4 +1,4 @@
language: go
go: 1.1
before_install: sudo su
script: sudo `gvm use go1.1 && go test`
script: sudo -E sh -c "gvm use go1.1 && go test"