Skip to content

Commit

Permalink
chore(travis): run build before test
Browse files Browse the repository at this point in the history
  • Loading branch information
shuowu committed May 11, 2020
1 parent 65222f7 commit b256985
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/run-test.sh
Expand Up @@ -8,5 +8,6 @@ if ! npm install; then
exit ${FAILED_SETUP}
fi

npm run build
npm run test:unit
npm run test:integration

0 comments on commit b256985

Please sign in to comment.