Skip to content

Commit

Permalink
s/email/script
Browse files Browse the repository at this point in the history
  • Loading branch information
clayallsopp committed Mar 9, 2016
1 parent c17fffe commit 4f5366a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ deploy:
on:
condition: -z ${TRAVIS_TAG+x}
- provider: script
email: scripts/publish-npm.sh
script: ./scripts/publish-npm.sh
on:
tags: true
repo: clayallsopp/graphqlhub
2 changes: 1 addition & 1 deletion graphqlhub-schemas/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "graphqlhub-schemas",
"repository": "clayallsopp/graphqlhub",
"version": "0.1.0-rc3",
"version": "0.1.0-rc4",
"description": "GraphQL Schemas for REST APIs like Github, Hacker News, Reddit, and Twitter",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 4f5366a

Please sign in to comment.