Skip to content

Commit

Permalink
use npm install and let travis do the switch?
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucie Daeye committed Jun 20, 2018
1 parent 90f9e9c commit ae0fb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ install:
- pip install --upgrade pip
- pip install pipenv
- pipenv install --dev
- npm ci # use package-lock.json
- npm install # use package-lock.json
- pipenv run python network-api/manage.py collectstatic --no-input
before_script:
- psql -c 'create database network;' -U postgres
Expand Down

0 comments on commit ae0fb85

Please sign in to comment.