diff options
author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-11-30 13:21:58 +0100 |
---|---|---|
committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-11-30 13:21:58 +0100 |
commit | e687f5c290d30d32c9c32c4ae5c7b9085697ab87 (patch) | |
tree | de05f90b950859e1d5136b301de9ac877d467c4f /.travis.yml | |
parent | 08f4b7f5062ad75299797c71ec23eaa4e7bf706f (diff) | |
download | searxng-e687f5c290d30d32c9c32c4ae5c7b9085697ab87.tar.gz searxng-e687f5c290d30d32c9c32c4ae5c7b9085697ab87.zip |
[enh][oscar_template] split js-files and compile them together
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1bf0be330..ec2a3ca3f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - npm install -g less + - cd searx/static/oscar;npm install install: - "make" - pip install coveralls @@ -12,6 +13,7 @@ script: - "make tests" - "make robot" - "make styles" + - "make grunt" - make coverage after_success: coveralls |