Skip to content

Commit

Permalink
Test with ESLint enabled
Browse files Browse the repository at this point in the history
Fix linter errors
  • Loading branch information
dfreedm committed Feb 8, 2016
1 parent c7554d9 commit acdfc1e
Show file tree
Hide file tree
Showing 26 changed files with 1,696 additions and 1,700 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ before_script:
- npm install -g bower
- bower install
script:
- gulp lint
- xvfb-run wct
- "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct -s 'default'; fi"
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"scripts": {
"build": "gulp",
"test": "wct",
"test": "gulp lint && wct",
"test-build": "gulp switch && wct && gulp restore"
},
"repository": {
Expand Down
Loading

0 comments on commit acdfc1e

Please sign in to comment.