|
@@ -17,6 +17,8 @@ before_install:
|
|
|
install:
|
|
install:
|
|
|
- yarn install
|
|
- yarn install
|
|
|
script:
|
|
script:
|
|
|
|
|
+- yarn run lint
|
|
|
|
|
+- yarn run stylelint
|
|
|
- ./scripts/continuous-integration-run-tests.sh
|
|
- ./scripts/continuous-integration-run-tests.sh
|
|
|
- yarn run docs:api --validate-only
|
|
- yarn run docs:api --validate-only
|
|
|
- 'if [ $TRAVIS_TEST_RESULT -eq 0 ]; then
|
|
- 'if [ $TRAVIS_TEST_RESULT -eq 0 ]; then
|