Skip to content

Commit

Permalink
Bump Node version and use Yarn instead of npm.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed Oct 24, 2017
1 parent d87f117 commit cd9d057
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
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "5"
- "6"
env:
- PACKAGE_DIR=packages/eslint-config-olo
- PACKAGE_DIR=packages/tslint-config-olo
- PACKAGE_DIR=packages/olo-gulp-helpers
script: cd $PACKAGE_DIR && npm install && npm run lint
script: cd $PACKAGE_DIR && yarn && yarn run lint
3 changes: 3 additions & 0 deletions packages/tslint-config-olo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@
"devDependencies": {
"eslint": "^2.5.1",
"eslint-config-olo": "^0.1.1"
},
"peerDependencies": {
"typescript": "2"
}
}

0 comments on commit cd9d057

Please sign in to comment.