Skip to content

Commit

Permalink
Enabled Travis CI integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsa committed Jul 19, 2015
2 parents 22160c7 + 170d33e commit 37f08a5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 37f08a5

Please sign in to comment.