diff --git a/.travis.yml b/.travis.yml index 4ef83ba..f5251d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ cache: before_script: - npm install codecov.io coveralls after_success: - - cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js script: - - node --harmony ./node_modules/.bin/jest --coverage \ No newline at end of file + - npm run test \ No newline at end of file