Skip to content

Commit

Permalink
Merge ccb07c6 into 484957a
Browse files Browse the repository at this point in the history
  • Loading branch information
onebytegone committed Dec 14, 2018
2 parents 484957a + ccb07c6 commit d98c8b1
Show file tree
Hide file tree
Showing 5 changed files with 740 additions and 723 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
@@ -1,5 +1,5 @@
{

"extends": "eslint-config-silvermine/node"
"extends": "@silvermine/eslint-config/node"

}
9 changes: 6 additions & 3 deletions .travis.yml
@@ -1,10 +1,13 @@
language: node_js
node_js:
- "node" # Latest node version
- "lts/*" # Latest LTS version
- "10"
- "8"
- "8.10"
- "6"
- "5"
- "4"

before_install: if [[ `npm -v` != 5* ]]; then npm i -g npm@5; fi
before_install: if [[ `npm -v` != 6* ]]; then npm i -g npm@6.4.1; fi

script:
- grunt standards
Expand Down

0 comments on commit d98c8b1

Please sign in to comment.