Skip to content

Commit

Permalink
Add Travis CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Mar 19, 2017
1 parent d0adb49 commit 7d904ec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[package.json]
[{package.json,.travis.yml}]
indent_style = space
indent_size = 2

Expand Down
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: node_js
node_js:
- "node"
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
],
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"clean": "rimraf build"
"clean": "rimraf build",
"lint": "eslint editor",
"test": "npm run lint"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
Expand Down

0 comments on commit 7d904ec

Please sign in to comment.