Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
baransu committed Aug 10, 2019
1 parent b297f62 commit d985ad8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:
before_script: skip
script:
- bash -e ./.ci/download_binaries.sh
deploy:
provider: npm
email: [email protected]
api_key:
secure: RmCpVNUsa24vHuLsEE6CSs7xe5KOLNMJLv7aOXq5+MZDpobVyD7oP9iD5LPN9+HLR+6YgWH8oG5VjMk2QrGL/U6kW1Y/gFmDbSlEZU1IHHfflCJwD11hN+iq3MDE32ATPOgtpizQvU4VX8peVcco+wufmBMW7LOMMtIaRyEJInn8eoKmPNAbG2eIedPntGmmN8nnZyoRipn2AogNUwQTXqgHGIvuEFgIAkuKY7SWvcSMLCFnCRcF2M6MLBLPSgUKHC4mO6JpRiWys2c7jtMj4pLnfL7J4E9FA/LvfjLX5b8G1apeoMpf1Qc4PeE5tjjZL7MLpsbPBTUoTcxpfCT08wOBCHcwOMyzFMYJj6TglmkFTc+6/MU/ZQjxaGjuo55cN84d38cKkW72P2iUM1pPkrBIwBOwVlhATvAPYBjDzAaVcxRfinOhntMhVtl7fuNKb3c/fK0YxwTmQIJiCoh6FwNpe96ab8mY/D0cgn1PKTd1nxXqr9gsmufAPlqEN4e0VLMlDHtejb9wlrUxAFPx+GSNxdDUIfjg4iSljotx6JBXl+1aaNhy4l9Tkuvko7PX1ir85DNc+n8ysn76LwbcpBZA1bsDGj15NrEmaBuqeMiovCaTAY/QrnmxN7IjfoyHA1FmXKeHY/U+NwBk2qow2YE3SPgld4iSCM/oBGHqcGA=
on:
tags: true
repo: baransu/graphql_ppx_re
deploy:
provider: npm
email: [email protected]
api_key:
secure: RmCpVNUsa24vHuLsEE6CSs7xe5KOLNMJLv7aOXq5+MZDpobVyD7oP9iD5LPN9+HLR+6YgWH8oG5VjMk2QrGL/U6kW1Y/gFmDbSlEZU1IHHfflCJwD11hN+iq3MDE32ATPOgtpizQvU4VX8peVcco+wufmBMW7LOMMtIaRyEJInn8eoKmPNAbG2eIedPntGmmN8nnZyoRipn2AogNUwQTXqgHGIvuEFgIAkuKY7SWvcSMLCFnCRcF2M6MLBLPSgUKHC4mO6JpRiWys2c7jtMj4pLnfL7J4E9FA/LvfjLX5b8G1apeoMpf1Qc4PeE5tjjZL7MLpsbPBTUoTcxpfCT08wOBCHcwOMyzFMYJj6TglmkFTc+6/MU/ZQjxaGjuo55cN84d38cKkW72P2iUM1pPkrBIwBOwVlhATvAPYBjDzAaVcxRfinOhntMhVtl7fuNKb3c/fK0YxwTmQIJiCoh6FwNpe96ab8mY/D0cgn1PKTd1nxXqr9gsmufAPlqEN4e0VLMlDHtejb9wlrUxAFPx+GSNxdDUIfjg4iSljotx6JBXl+1aaNhy4l9Tkuvko7PX1ir85DNc+n8ysn76LwbcpBZA1bsDGj15NrEmaBuqeMiovCaTAY/QrnmxN7IjfoyHA1FmXKeHY/U+NwBk2qow2YE3SPgld4iSCM/oBGHqcGA=
on:
tags: true
repo: baransu/graphql_ppx_re
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baransu/graphql_ppx_re",
"version": "0.0.8",
"version": "0.0.9",
"description": "GraphQL PPX rewriter for Bucklescript/ReasonML",
"repository": "https://github.com/baransu/graphql_ppx_re",
"author": "Tomasz Cichocinski <[email protected]>",
Expand Down

0 comments on commit d985ad8

Please sign in to comment.