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/representable-tries.cabal b/representable-tries.cabal
--- a/representable-tries.cabal
+++ b/representable-tries.cabal
@@ -1,6 +1,6 @@
 name:          representable-tries
 category:      Data Structures, Functors, Monads, Comonads
-version:       2.4.0.1
+version:       2.4.0.2
 license:       BSD3
 cabal-version: >= 1.6
 license-file:  LICENSE
@@ -8,10 +8,12 @@
 maintainer:    Edward A. Kmett <ekmett@gmail.com>
 stability:     provisional
 homepage:      http://github.com/ekmett/representable-tries/
+bug-reports:   http://github.com/ekmett/representable-tries/issues
 copyright:     Copyright (C) 2011 Edward A. Kmett
 synopsis:      Tries from representations of polynomial functors
 description:   Tries from representations of polynomial functors
 build-type:    Simple
+extra-source-files: .travis.yml
 
 source-repository head
   type: git
