Skip to content
This repository has been archived by the owner on May 19, 2018. It is now read-only.

Commit

Permalink
Do not run scripts on install
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Nov 26, 2016
1 parent e71a334 commit 762d81b
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 @@ -8,6 +8,8 @@ node_js:
- "6"
- "7"

install: npm install --ignore-scripts

before_script:
- 'if [ -n "${BABEL-}" ]; then make bootstrap-babel ; fi'
- 'if [ -n "${FLOWTESTS-}" ]; then make bootstrap-flow ; fi'
Expand Down

0 comments on commit 762d81b

Please sign in to comment.