Skip to content

Commit

Permalink
Run tests on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tadatuta committed Jan 21, 2017
1 parent 74ce2f4 commit 020aced
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
@@ -0,0 +1,5 @@
language: node_js
node_js:
- "node"
- "6"
- "4"
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,8 @@

Almost the same as [project-stub](https://github.com/bem/project-stub/) but with [BEMTREE](https://en.bem.info/technology/bemtree/) and [Express](http://expressjs.com/).

[![Build Status](https://travis-ci.org/bem/bem-express.svg?branch=master)](https://travis-ci.org/bem/bem-express)

## Installation

```sh
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -76,7 +76,7 @@
"make": "enb make",
"dev": "npm run make && nodemon",
"watch": "chokidar '*.blocks/**' --initial -c 'enb make && notify -t bem-express -m Built'",
"test": "npm run lint",
"test": "npm run lint && npm run make",
"lint": "eslint . && bemhint . && stylelint *.blocks/**/*.css"
},
"private": true
Expand Down

0 comments on commit 020aced

Please sign in to comment.