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 9c4fa36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '0.8.0'
version = '0.8.2'

setup(
name='dashed',
Expand Down

0 comments on commit 9c4fa36

Please sign in to comment.