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

now make travis run the C tests for every build with scons test

parent 231518f7
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,8 @@ 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:
- scons test
- 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