Skip to content

Commit

Permalink
Install graphql package for travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
robak86 committed Nov 24, 2017
1 parent c95f681 commit 4a203fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
sudo: required
language: node_js
node_js:
- "8"
- "7"
# - "6"
# - "5"
# - "4"

before_script:
- yarn add graphql --no-save
- npm run build:dist

after_script:
Expand Down

0 comments on commit 4a203fd

Please sign in to comment.