diff --git a/.travis.yml b/.travis.yml index d43d776..4c52cf0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,3 @@ - sudo: false language: node_js node_js: @@ -6,13 +5,20 @@ node_js: cache: directories: - "node_modules" + - + +script: + - npm test + - sbt clean coverage test -script: npm test after_success: + - sbt coveralls - npm run coverage - npm run coveralls - - \ No newline at end of file +notifications: + email: + recipients: + - vokeolomu@yahoo.com \ No newline at end of file