Skip to content

Commit

Permalink
Fixing build issues with preventive rm /Users/maxime_beauchemin/.npm/…
Browse files Browse the repository at this point in the history
…*.lock
  • Loading branch information
mistercrunch committed Mar 23, 2016
1 parent b0f10a9 commit 9d3bf77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ install:
- pip install --find-links=$HOME/.wheelhouse --no-index -rrequirements.txt
- python setup.py install
- cd dashed/assets
- "touch $HOME/.npm/foo.lock; rm -f $HOME/.npm/*.lock"
- npm install
- npm run prod
- cd $TRAVIS_BUILD_DIR
Expand Down

0 comments on commit 9d3bf77

Please sign in to comment.