Skip to content

Commit

Permalink
Merge pull request #2 from webpack/pr-branch
Browse files Browse the repository at this point in the history
Integrate travis & linting
  • Loading branch information
evenstensberg authored Dec 16, 2016
2 parents 82ee9de + c4bb93a commit b336e73
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
Empty file added .eslintignore
Empty file.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: node_js

node_js:
- "4"
- "5"
- "6"
- "stable"

sudo: true

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start

script:
- npm run lint
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"webpack-cli": "./bin/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"lint": "eslint ./lib"
},
"dependencies": {
"enhanced-resolve": "^3.0.2",
Expand Down

0 comments on commit b336e73

Please sign in to comment.