Skip to content

Commit

Permalink
Updates .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StickyCube committed Aug 15, 2016
1 parent 464e8eb commit bb17c98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ language: node_js
node_js:
- '5'
script:
- npm test
- npm run test
- npm run coverage
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "properclass",
"version": "1.0.0",
"description": "BEM style classNames for your React components",
"description": "React className utility following BEM conventions",
"main": "lib/index",
"scripts": {
"build:all": "npm run clean:prebuild && npm run build:lib && npm run build:dev && npm run build:prod",
Expand Down

0 comments on commit bb17c98

Please sign in to comment.