summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-03-25 14:33:58 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-03-25 14:33:58 +0100
commitba15f40ca567193a3a3a166c29d3b771c49e936f (patch)
tree66dcbf5fd88f20ebe0867ccf8cbfa716c2c1d260 /.travis.yml
parent1f2a60af050e2e15fa73d00b0b55978c67ff5c3b (diff)
Add codecov badge and execute tests on travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1921e717..21dd3c25 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,7 @@ script:
- node_modules/.bin/bower install
- node_modules/.bin/gulp eslint
- node_modules/.bin/gulp
+ - npm test
- make appstore_package
deploy: