Update .travis
diff --git a/.travis.yml b/.travis.yml
index 18f48d8..142a2aa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,6 @@
   - 18.0
   - 17.5
   - R16B03-1
-  - R14B04
 
 before_install:
   - sudo apt-get update -qq
@@ -18,7 +17,7 @@
   - make
 
 script:
-  - rebar setup_eunit
-  - BUILDDIR=`pwd` rebar -r eunit apps=couch_mrview
+  - ./bin/rebar setup_eunit
+  - BUILDDIR=`pwd` ./bin/rebar -r eunit apps=couch_mrview
 
 cache: apt