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/numeric-extras.cabal b/numeric-extras.cabal
--- a/numeric-extras.cabal
+++ b/numeric-extras.cabal
@@ -1,7 +1,8 @@
 name:              numeric-extras
-version:           0.0.2.2
+version:           0.0.2.3
 synopsis:          Useful tools from the C standard library
 homepage:          http://github.com/ekmett/numeric-extras
+bug-reports:       http://github.com/ekmett/numeric-extras/issues
 license:           BSD3
 license-file:      LICENSE
 author:            Edward Kmett
@@ -9,6 +10,7 @@
 category:          Math
 build-type:        Simple
 cabal-version:     >=1.6
+extra-source-files: .travis.yml
 
 source-repository head
   type: git
@@ -20,10 +22,10 @@
     FlexibleContexts
     TypeFamilies
 
-  exposed-modules: 
+  exposed-modules:
     Numeric.Extras
 
-  build-depends:   
+  build-depends:
     base >= 4 && < 5
 
   ghc-options: -Wall -O2
