|
@@ -24,11 +24,12 @@ install:
|
|
|
- rm -rf node_modules
|
|
- rm -rf node_modules
|
|
|
- yarn install
|
|
- yarn install
|
|
|
script:
|
|
script:
|
|
|
-- yarn run test --reporter=dots
|
|
|
|
|
-- yarn run docs:api --validate-only
|
|
|
|
|
-- 'if [ $TRAVIS_TEST_RESULT -eq 0 ]; then
|
|
|
|
|
- travis_wait yarn run docs:build-and-publish-nightly;
|
|
|
|
|
- fi'
|
|
|
|
|
|
|
+- yarn run docs --production
|
|
|
|
|
+#- yarn run test --reporter=dots
|
|
|
|
|
+#- yarn run docs:api --validate-only
|
|
|
|
|
+#- 'if [ $TRAVIS_TEST_RESULT -eq 0 ]; then
|
|
|
|
|
+# travis_wait yarn run docs:build-and-publish-nightly;
|
|
|
|
|
+# fi'
|
|
|
notifications:
|
|
notifications:
|
|
|
slack:
|
|
slack:
|
|
|
rooms:
|
|
rooms:
|