From 8a459f66264629eba703cb19cad2bc6c57e8e783 Mon Sep 17 00:00:00 2001 From: mpl Date: Fri, 17 Feb 2017 00:45:51 +0100 Subject: [PATCH] travis CI: revert to Go 1.7 Because gopherjs master branch still needs Go 1.7. So we either need to include a Go 1.7 with CAMLI_GOPHERJS_GOROOT in the travis build (which I will look into later), or wait for gopherjs to support Go 1.8. Change-Id: I8e991de279bf822e1b5ef64dcae241880fe3eb73 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5047addaa..d78ad1c38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ dist: trusty go_import_path: camlistore.org language: go go: - - 1.8 + - 1.7 before_install: - sudo apt-get install -qq pkg-config fuse - sudo modprobe fuse