diff --git a/.travis.yml b/.travis.yml
index adb93a6bbb775c9a97a73146e98d0ee90a5d174f..a9c7ccb49f49cfa1a05679b619424e38f67bb932 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"