Enabled Travis CI.

geesefs-0-30-9
Aaron Jacobs 2015-07-21 21:55:40 +10:00
parent 1a3bd0eae3
commit 3755e07da2
1 changed files with 18 additions and 0 deletions

18
.travis.yml Normal file
View File

@ -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