diff --git a/.travis.yml b/.travis.yml index efd089251..30b5c27b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,8 +41,8 @@ install: # Install requirements - pip install -r requirements_devel.txt - python setup.py develop - - cd wger - npm install + - cd wger - if [[ "$DB" = "postgresql" ]]; then pip install psycopg2; fi # Setup application diff --git a/wger/package.json b/package.json similarity index 100% rename from wger/package.json rename to package.json