aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 8c6ab1e..8ea60c8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,5 +10,5 @@ install:
- npm install
- npm run build
script:
- - npm run test
- - npm run test:es6 \ No newline at end of file
+ - npm test
+ - cat coverage/firefox/lcov.info | node_modules/.bin/coveralls \ No newline at end of file