From 122ceb1e3696ecfb650a585c9ad309f86af235dd Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Mon, 17 Feb 2014 16:29:03 -0800 Subject: [PATCH] Fix CI script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e78109f77..b094ab087 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,4 +40,4 @@ after_success: - 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 --wget -q0- http://www.openfl.org/lime-post-hook.php?commit=$TRAVIS_COMMIT +- wget -q0- http://www.openfl.org/lime-post-hook.php?commit=$TRAVIS_COMMIT