Skip to content

Commit

Permalink
Streamline test process a little more
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed Mar 15, 2017
1 parent 763c78b commit 8f666bb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ cache:
directories:
- $HOME/.cache

before_install:
- npm i -g npm@latest
before_script:
# yarn link/npm link doesn't work for some reason :(
- yarn add --dev eslint-config-wyze
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"main": "index.js",
"scripts": {
"lint": "eslint rules *.js",
"prelint": "npm link && npm link eslint-config-wyze",
"pretest": "npm run lint",
"test": "jest"
},
Expand Down Expand Up @@ -52,6 +51,7 @@
"babel-plugin-transform-inline-imports-commonjs": "^1.2.0",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-wyze": "file:./",
"eslint-plugin-flowtype": "^2.30.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
Expand Down
3 changes: 3 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,9 @@ eslint-config-airbnb@^14.1.0:
dependencies:
eslint-config-airbnb-base "^11.1.0"

"eslint-config-wyze@file:./":
version "4.1.0"

eslint-import-resolver-node@^0.2.0:
version "0.2.3"
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.2.3.tgz#5add8106e8c928db2cba232bcd9efa846e3da16c"
Expand Down

0 comments on commit 8f666bb

Please sign in to comment.