From 3755e07da2a399b3468b895c087047a23d5df488 Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Tue, 21 Jul 2015 21:55:40 +1000 Subject: [PATCH] Enabled Travis CI. --- .travis.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..66cc58d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,18 @@ +# Cf. http://docs.travis-ci.com/user/getting-started/ +# Cf. http://docs.travis-ci.com/user/languages/go/ + +language: go + +go: + - 1.4.2 + - tip + +# Use the virtualized Trusty beta Travis is running in order to get support for +# installing fuse. +# +# Cf. Personal communication from support@travis-ci.com. +dist: trusty + +# Install fuse before installing our code. +before_install: + - sudo apt-get install -qq fuse