Commit Graph

8 Commits

Author SHA1 Message Date
mpl 0167d40164 vendor: update gopherjs to 1.8-1
rev b9bcb1da229a59cc1e1d168401662cb6450aae08

Also added pkg/misc/fakefsnotify just so we only have to do:
-       "github.com/fsnotify/fsnotify"
+       fsnotify "camlistore.org/pkg/misc/fakefsnotify"
in vendor/github.com/gopherjs/gopherjs/build/build.go
in order to avoid vendoring fsnotify, without having to grossly
patch the gopherjs code as we previously did.

Change-Id: Ic106a6afa1117d2061415355c236433f835895f1
2017-02-18 01:06:58 +01:00
mpl 8a459f6626 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
2017-02-17 00:46:02 +01:00
mpl c35cd68b5c make.go: switch to Go 1.8
Same with friends under misc/, and travis CI.

Change-Id: Iadf67a81b0eb044684f3acf24415ccf12dc24e96
2017-02-17 00:23:03 +01:00
mpl d16bc84df7 travis CI: remove go tip
Because gopherjs only supports Go 1.7

Or at least our vendored version does. I'll test later with a more
recent gopherjs version.

Change-Id: I6f30c18136dd9bb25adca899aa49ebe31071187a
2016-10-24 19:10:02 +02:00
mpl 5b5065cff1 travis CI: update to go 1.7
Change-Id: Ie75074cb179a0ff357763f14a4b0bbb7677f94ad
2016-09-19 15:50:52 +02:00
mpl 5c7a4bef6b travis: build with Go 1.6
Change-Id: Iad2dcd05431264b5ce05959b1d629facbfb05ae1
2016-02-24 19:05:41 +01:00
mpl 839ec5574e travis: make FUSE work for cammount tests
Change-Id: Ieb84446571dfea3eb44c07a8ed2f3ff7a874f817
2015-11-27 17:07:16 +01:00
mpl 58958f44ee enable travis CI with a .travis.yml
Change-Id: I9d42251659fd46dc84943d7644ce644de063d6da
2015-11-18 18:24:38 +01:00