Commit 3755e07d authored by Aaron Jacobs's avatar Aaron Jacobs

Enabled Travis CI.

parent 1a3bd0ea
# 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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment