diff options
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 |