Skip to content

Commit

Permalink
Remove only-dev install in npm in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
imago-dzarne committed Nov 8, 2019
1 parent 503ae5a commit b3a99d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install:
- pip install pylint
# for eslint
- npm install ms
- npm install --only=dev
- npm install

before_script:
- psql -c 'create database test;' -U postgres
Expand Down

0 comments on commit b3a99d5

Please sign in to comment.