Skip to content

Commit

Permalink
fix: make sure build tools test install runs postinstall scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sghoweri committed Jul 11, 2019
1 parent 5c38668 commit 007d1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -61,7 +61,7 @@ jobs:

- stage: Prep
name: 'Smoke Tests: Build Tools'
install: 'yarn --production --ignore-scripts'
install: 'yarn --production'
before_script: ./scripts/check-run-queue.js 'Build Tools'
script: yarn run test:build-tools
after_success: ./scripts/check-run-success.js 'Build Tools'
Expand Down

0 comments on commit 007d1ce

Please sign in to comment.