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/charset.cabal b/charset.cabal
--- a/charset.cabal
+++ b/charset.cabal
@@ -1,5 +1,5 @@
 name:          charset
-version:       0.3.1.1
+version:       0.3.1.2
 license:       BSD3
 license-File:  LICENSE
 copyright:     (c) Edward Kmett 2010-2012
@@ -9,9 +9,11 @@
 stability:     Experimental
 category:      Data
 homepage:      http://github.com/ekmett/charset
+bug-reports:   http://github.com/ekmett/charset/issues
 synopsis:      Fast unicode character sets based on complemented PATRICIA tries
 description:   Fast unicode character sets based on complemented PATRICIA tries
 build-type:    Simple
+extra-source-files: .travis.yml
 
 source-repository head
   type: git
