Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-19 | travis: skip tests on go1.3.3 | Jakob Unterwurzacher | |
Go 1.3.3 does not support testing.M, so skip the tests there. | |||
2016-05-04 | stupidgcm: fix copy-paste error in panic message | Jakob Unterwurzacher | |
Also, print the openssl version in Travis CI | |||
2016-04-03 | travis ci: also build with Go 1.6 | Jakob Unterwurzacher | |
2016-02-06 | travis: run all tests in "internal" | Jakob Unterwurzacher | |
2015-12-20 | travis: also build using build.bash | Jakob Unterwurzacher | |
2015-12-20 | travis: also build on Go 1.3.3 | Jakob Unterwurzacher | |
2015-12-10 | Wrap NewGCMWithNonceSize() to enable compilation on Go 1.4 | Jakob Unterwurzacher | |
2015-12-08 | travis ci: do not build on go 1.4.3 | Jakob Unterwurzacher | |
Go 1.4.3 seems to be missing cipher.NewGCMWithNonceSize. Error: cryptfs/openssl_test.go:23: undefined: cipher.NewGCMWithNonceSize | |||
2015-11-14 | Revert "Travis CI: build using build.bash" | Jakob Unterwurzacher | |
Build fails, see https://github.com/hanwen/go-fuse/pull/72 for details This reverts commit 4637098b20ea82ff5a7ac1d75ea683d17e00e199. | |||
2015-11-14 | Travis CI: build using build.bash | Jakob Unterwurzacher | |
2015-10-11 | Add travis config file | Jakob Unterwurzacher | |