Skip to content

Commit

Permalink
add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceK33z committed Dec 7, 2016
1 parent d43cecd commit 77fed5b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sudo: false
language: node_js
node_js:
- "6"
- "4"
script: npm run travis
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"author": "Tobias Koppers @sokra",
"description": "imports loader module for webpack",
"scripts": {
"test": "mocha"
"test": "mocha",
"travis": "npm run -s test"
},
"dependencies": {
"loader-utils": "0.2.x",
Expand Down

0 comments on commit 77fed5b

Please sign in to comment.