Build node6 before running tests for it (#757)

Fix #756
This commit is contained in:
Andrey Lushnikov 2017-09-11 18:03:51 -07:00 committed by GitHub
parent a71f287c6b
commit 69e707a2b7

View File

@ -16,6 +16,7 @@ script:
- 'if [ "$NODE7" = "true" ]; then yarn run lint; fi'
- 'if [ "$NODE7" = "true" ]; then yarn run coverage; fi'
- 'if [ "$NODE6" = "true" ]; then yarn run test-node6-transformer; fi'
- 'if [ "$NODE6" = "true" ]; then yarn run build; fi'
- 'if [ "$NODE6" = "true" ]; then yarn run unit-node6; fi'
jobs:
include: