Skip to content

Commit 30aaabf

Browse files
Judahmeekjustin808
authored andcommitted
travis passes (#259)
- added yarn support - updated dependencies (eslint-shakacode) - lint passes - specs passes - specs cover utils only though
1 parent 713747f commit 30aaabf

16 files changed

+7772
-40
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
language: node_js
22

33
node_js:
4+
- "5"
45
- "6"
6+
- "7"
57

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

1310
script:
1411
- npm run lint

examples/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"babel-loader": "^6.2.8",
5555
"babel-preset-es2015": "^6.18.0",
5656
"body-parser": "^1.15.2",
57-
"bootstrap-loader": "file:../..",
57+
"bootstrap-loader": "file:///Users/judahmeek/Apps/bootstrap-loader",
5858
"css-loader": "^0.26.0",
5959
"eslint": "^3.10.2",
6060
"eslint-config-shakacode": "^13.1.0",

0 commit comments

Comments
 (0)