Skip to content

Commit

Permalink
chore(ci): fix test command
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Dec 2, 2016
1 parent 89f124f commit 3a00c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ before_install:
- sh -e /etc/init.d/xvfb start

script:
- npm test-coverage
- npm run test-coverage
- ./node_modules/.bin/codecov

after_success:
Expand Down

0 comments on commit 3a00c87

Please sign in to comment.