Update .travis.yml

This commit is contained in:
Leonid Bugaev
2013-08-02 20:18:53 +04:00
parent a89f1c75c8
commit 4c9cf3fa6a
+1 -1
View File
@@ -1,3 +1,3 @@
language: go
go: 1.1
script: sudo -E sh -c "gvm use go1.1 && go test"
script: sudo -E bash -c "source /etc/profile && gvm use go1.1 && go test"