Skip to content

Commit

Permalink
Updating travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
JedWatson committed Sep 9, 2017
1 parent d02e71c commit 5db27b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
@@ -1,6 +1,8 @@
sudo: false
language: node_js
node_js:
- "v4"
- "v4"
script:
- npm run coveralls
- npm run lint
- npm run test
- npm run coveralls
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -86,7 +86,7 @@
"lint": "eslint .",
"publish:examples": "NODE_ENV=production nps publish",
"start": "webpack-dev-server --progress",
"test": "npm run lint && NODE_ENV=test mocha --compilers js:babel-core/register"
"test": "NODE_ENV=test mocha --compilers js:babel-core/register"
},
"keywords": [
"combobox",
Expand Down

0 comments on commit 5db27b5

Please sign in to comment.