Skip to content

Commit

Permalink
Merge pull request #417 from microlinkhq/graphql
Browse files Browse the repository at this point in the history
feat: add `/graphql` page
  • Loading branch information
Kikobeats authored Jun 25, 2019
2 parents 0080e9e + 9939672 commit dcc725d
Show file tree
Hide file tree
Showing 17 changed files with 3,748 additions and 78 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
node_js: lts/*
install: npm install --no-package-lock
before_deploy:
- git config user.email "[email protected]"
- git config user.name "Travis CI"
- git config user.email ${GITHUB_EMAIL:-"[email protected]"}
- git config user.name ${GITHUB_USER:-"Travis CI"}
- git remote set-url origin https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
deploy:
skip_cleanup: true
Expand Down
Loading

0 comments on commit dcc725d

Please sign in to comment.