|
|
@@ -24,12 +24,11 @@ install:
|
|
|
- rm -rf node_modules
|
|
|
- yarn install
|
|
|
script:
|
|
|
-- 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'
|
|
|
+- 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:
|
|
|
slack:
|
|
|
rooms:
|