summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 04:46:32 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 04:46:32 +0200
commit1ab7ba56d852c6a2c082b92c004444b5fd88bc8c (patch)
tree3f9dcd48adf2a32180bdcbffe2bbd3aef2c8b3e5 /.travis.yml
parent04e421cf2f4f801d7e5e6b1fbdb8221855ad4613 (diff)
add makefile to build project
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5554bc5fc..d64e34ffc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,8 +21,10 @@ script:
- wget https://phantomjs.googlecode.com/files/phantomjs-1.9.0-linux-x86_64.tar.bz2
- tar xjf phantomjs-1.9.0-linux-x86_64.tar.bz2
- sudo ln -s $(pwd)/phantomjs-1.9.0-linux-x86_64/bin/phantomjs /usr/bin/phantomjs
- - make javascript-tests
- phpunit --coverage-clover=coverage.clover tests/unit
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
+ - cd js/
+ - npm install
+ - npm test