summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2014-03-05 16:59:44 +0100
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2014-03-05 16:59:44 +0100
commite8b74c9e094c3b726100ac72de04e7c6a192b3b7 (patch)
tree455f1707e98363b52ce33151a498acce1b0197bb /.travis.yml
parent3032e15e3ab83d41eac98191d48a620990a41d2d (diff)
downloadsearxng-e8b74c9e094c3b726100ac72de04e7c6a192b3b7.tar.gz
searxng-e8b74c9e094c3b726100ac72de04e7c6a192b3b7.zip
using npm instead of apt-get in .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index fb4a47f60..ee0b506a5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,8 +4,7 @@ python:
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- - sudo apt-get -qq update
- - sudo apt-get -qq install less node-less
+ - npm install -g less
install:
- "make"
script: