From 022b886d1201de0bbdbd06c3967eccd36817e3ad Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Mon, 17 Feb 2014 16:22:07 -0800 Subject: [PATCH] Add build hook --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4a7686fc6..5b9c5486e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,4 +39,5 @@ after_success: - travis-artifacts upload --path ndll/iPhone/liblime.iphonesim.a --target-path artifacts/$TRAVIS_COMMIT - travis-artifacts upload --path ndll/iPhone/liblime-debug.iphoneos.a --target-path artifacts/$TRAVIS_COMMIT - travis-artifacts upload --path ndll/iPhone/liblime-debug.iphoneos-v7.a --target-path artifacts/$TRAVIS_COMMIT -- travis-artifacts upload --path ndll/iPhone/liblime-debug.iphonesim.a --target-path artifacts/$TRAVIS_COMMIT \ No newline at end of file +- travis-artifacts upload --path ndll/iPhone/liblime-debug.iphonesim.a --target-path artifacts/$TRAVIS_COMMIT +- wget http://www.openfl.org/lime-post-hook.php?commit=$TRAVIS_COMMIT