Skip to content

Commit

Permalink
Run dist before run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yesmeck committed Jul 3, 2017
1 parent 7ba0162 commit c825f01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ script:
node ./tests/dekko/dist.test.js && \
LIB_DIR=dist npm test -- --coverage -w 2
elif [ "$TEST_TYPE" = compile ]; then
npm run dist && \
npm run compile && \
node ./tests/dekko/lib.test.js && \
LIB_DIR=es npm test -- --coverage -w 2 && \
Expand Down

0 comments on commit c825f01

Please sign in to comment.