Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
baransu committed Aug 9, 2019
2 parents b481cd4 + 30eb02f commit 1556302
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
before_install: skip
before_script: skip
script:
- bash -e .ci/download_binaries.sh
- bash -e ./.ci/download_binaries.sh
deploy:
provider: npm
email: tomaszcichocinski@gmail.com
Expand All @@ -56,5 +56,5 @@ jobs:
skip_cleanup: true
on:
tags: true
repo: baransu/graphql_ppx_ppx
repo: baransu/graphql_ppx_re
branch: release
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"repository": "https://github.com/baransu/graphql_ppx_re",
"author": "Tomasz Cichocinski <tomaszcichocinski@gmail.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"esy": {
"build": "dune build -p graphql_ppx",
"buildsInSource": "_build"
Expand Down

0 comments on commit 1556302

Please sign in to comment.