Skip to content

Commit

Permalink
Fix travis cURL call
Browse files Browse the repository at this point in the history
  • Loading branch information
zpao committed Sep 9, 2015
1 parent 69ab714 commit b5b74c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ script:
-F "transformer=@build/JSXTransformer.js" \
-F "react-with-addons=@build/react-with-addons.js" \
-F "react-with-addons.min=@build/react-with-addons.min.js" \
-F "react-dom=@build/react-dom.js"
-F "react-dom.min=@build/react-dom.min.js"
-F "react-dom=@build/react-dom.js" \
-F "react-dom.min=@build/react-dom.min.js" \
-F "npm-react=@build/packages/react.tgz" \
-F "npm-react-dom=@build/packages/react-dom.tgz" \
-F "commit=$TRAVIS_COMMIT" \
Expand Down

0 comments on commit b5b74c5

Please sign in to comment.