From b3ef566110fe54ee4f341b3dc1f284badaaa5cfa Mon Sep 17 00:00:00 2001
From: "Meredith L. Patterson" <mlp@thesmartpolitenerd.com>
Date: Thu, 21 Nov 2013 01:20:53 -0600
Subject: [PATCH] comment out after_tests / phpunit, i gotta fix some stuff
 there anyway

---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index adb93a6b..a9c7ccb4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,7 @@ before_script:
   - if [ "$BINDINGS" == "php" ]; then phpenv config-add src/bindings/php/hammer.ini; fi
 script: 
   - scons bindings=$BINDINGS
-after_script:
-  - if [ "$BINDINGS" == "php" ]; then phpunit -v src/bindings/php/Tests; fi
+#after_script:
+#  - if [ "$BINDINGS" == "php" ]; then phpunit -v src/bindings/php/Tests; fi
 notifications:
   irc: "irc.upstandinghackers.com#hammer"
-- 
GitLab