chore: enable cyclic dependency check

Closes #9742
This commit is contained in:
Tobias Bosch
2016-06-30 13:34:32 -07:00
parent 2d73583253
commit ad9f02a73e
3 changed files with 26 additions and 1 deletions

View File

@ -26,6 +26,8 @@ echo 'travis_fold:end:test.buildPackages'
./tools/typings-test/test.sh
$(npm bin)/gulp public-api:enforce
$(npm bin)/gulp check-cycle
echo 'travis_fold:start:test.e2e.localChrome'
cd dist/
$(npm bin)/gulp serve &