Skip to content

Commit

Permalink
Fixing script in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Aug 28, 2017
1 parent 2e8175d commit cf692f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -31,7 +31,7 @@ install:
# Unclear why we have to install this separately, since it's in package.json,
# but Travis fails without it.
- npm install -g cssbeautify-cli
script: |
script:
- ./build
- cat coverage/*/lcov.info | ./node_modules/coveralls/bin/coveralls.js
deploy:
Expand Down

0 comments on commit cf692f5

Please sign in to comment.