Skip to content

Commit

Permalink
Bump node version
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorblades committed Nov 20, 2018
1 parent 526c03e commit 1712f46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: node_js
node_js: 8
cache:
directories:
- node_modules
node_js: 10
cache: npm
before_script: node -r esm index.js &
after_success: npx apollo schema:check
deploy:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"engines": {
"node": "8"
"node": "10"
},
"scripts": {
"pretest": "eslint index.js",
Expand Down

0 comments on commit 1712f46

Please sign in to comment.