Skip to content
Snippets Groups Projects
Commit b3ef5661 authored by Meredith L. Patterson's avatar Meredith L. Patterson
Browse files

comment out after_tests / phpunit, i gotta fix some stuff there anyway

parent b56f2e96
No related branches found
No related tags found
No related merge requests found
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment