Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Use node v8
Browse files Browse the repository at this point in the history
  • Loading branch information
akameco committed Oct 21, 2017
1 parent acfff00 commit ba50d50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
@@ -1,7 +1,6 @@
language: node_js
node_js:
- '8'
- '6'

before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
Expand All @@ -14,5 +13,4 @@ cache:
- "node_modules"

script:
- yarn run flow
- yarn run test:ci
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -2,6 +2,9 @@
"private": true,
"license": "MIT",
"workspaces": ["packages/*"],
"engines": {
"node": ">=8"
},
"scripts": {
"precommit": "lint-staged",
"test": "jest",
Expand Down

0 comments on commit ba50d50

Please sign in to comment.