diff --git a/.travis.yml b/.travis.yml
new file mode 100644
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,1 @@
+language: haskell
diff --git a/trifecta.cabal b/trifecta.cabal
--- a/trifecta.cabal
+++ b/trifecta.cabal
@@ -1,6 +1,6 @@
 name:          trifecta
 category:      Text, Parsing, Diagnostics, Pretty Printer, Logging
-version:       0.51
+version:       0.51.0.1
 license:       BSD3
 cabal-version: >= 1.6
 license-file:  LICENSE
@@ -8,14 +8,15 @@
 maintainer:    Edward A. Kmett <ekmett@gmail.com>
 stability:     experimental
 homepage:      http://github.com/ekmett/trifecta/
+bug-reports:   http://github.com/ekmett/trifecta/issues
 copyright:     Copyright (C) 2010-2011 Edward A. Kmett
 synopsis:      A modern parser combinator library with convenient diagnostics
 description:
   A modern unicode-aware parser combinator library with slicing and Clang-style colored diagnostics
 
 build-type:    Simple
-extra-source-files:
-  examples/RFC2616.hs
+
+extra-source-files: examples/RFC2616.hs .travis.yml
 
 source-repository head
   type: git
