Skip to content

Commit

Permalink
travis passes (#259)
Browse files Browse the repository at this point in the history
- added yarn support
- updated dependencies (eslint-shakacode)
- lint passes
- specs passes
   - specs cover utils only though
  • Loading branch information
Judahmeek authored and justin808 committed Feb 15, 2017
1 parent 713747f commit 30aaabf
Show file tree
Hide file tree
Showing 16 changed files with 7,772 additions and 40 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
@@ -1,14 +1,11 @@
language: node_js

node_js:
- "5"
- "6"
- "7"

install:
- npm install
- npm install css-loader node-sass resolve-url-loader sass-loader style-loader url-loader file-loader
- npm install extract-text-webpack-plugin@">=2.0.0-beta"
- npm install webpack@"2.1.0-beta.1 - 2.1.0-beta.25"
- npm install eslint-plugin-jsx-a11y@^2.1.0 eslint-plugin-react@^6.0.0 eslint-plugin-import@^1.16.0
cache: yarn

script:
- npm run lint
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/package.json
Expand Up @@ -54,7 +54,7 @@
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"body-parser": "^1.15.2",
"bootstrap-loader": "file:../..",
"bootstrap-loader": "file:///Users/judahmeek/Apps/bootstrap-loader",
"css-loader": "^0.26.0",
"eslint": "^3.10.2",
"eslint-config-shakacode": "^13.1.0",
Expand Down

0 comments on commit 30aaabf

Please sign in to comment.