Skip to content

Commit

Permalink
Getting travis to build the npm related stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 6, 2016
1 parent ee025b3 commit 454bb10
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ install:
- pip wheel -w $HOME/.wheelhouse -f $HOME/.wheelhouse -r requirements.txt
- pip install --find-links=$HOME/.wheelhouse --no-index -rrequirements.txt
- python setup.py install

- cd panoramix/assets
- npm install
- npm run prod
- npm run lint
# command to run tests
script: bash run_tests.sh
after_success: coveralls

0 comments on commit 454bb10

Please sign in to comment.