Skip to content

Commit

Permalink
--ignore-scripts when running travis
Browse files Browse the repository at this point in the history
  • Loading branch information
amireh committed Apr 12, 2016
1 parent ffe2bd4 commit f4fcb4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ before_script:
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start

install: npm install --ignore-scripts

script:
- PACKAGE=git ./bin/prepublish -S test -S lint
- PACKAGE=js ./bin/prepublish -S test -S lint
Expand Down

0 comments on commit f4fcb4c

Please sign in to comment.