From a4985b78e68004fca6bfcb4858921c72674be6ad Mon Sep 17 00:00:00 2001 From: "Meredith L. Patterson" <mlp@thesmartpolitenerd.com> Date: Wed, 20 Nov 2013 23:02:18 -0600 Subject: [PATCH] make travis run the tests this time --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cdb5ec85..08e14123 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,6 @@ before_script: script: - scons after_script: - - phpunit + - phpunit src/bindings/php/Tests notifications: irc: "irc.upstandinghackers.com#hammer" -- GitLab