CI: another curl command does "POST url" rather url then POST #nitpick
diff --git a/circle.yml b/circle.yml
index 75576b2..a1f419f 100644
--- a/circle.yml
+++ b/circle.yml
@@ -140,8 +140,7 @@
       while true  # Bash has no do...while >:(
       do
         sleep 5
-        curl -i https://saucelabs.com/rest/v1/$SAUCE_USERNAME/js-tests/status \
-             -X POST \
+        curl -i -X POST https://saucelabs.com/rest/v1/$SAUCE_USERNAME/js-tests/status \
              -u $SAUCE_USERNAME:$SAUCE_ACCESS_KEY \
              -H 'Content-Type: application/json' \
              -d @js-tests.json \