Przeglądaj źródła

Merge branch 'monorepo-pending' into monorepo-import

Marek Lewandowski 5 lat temu
rodzic
commit
a41a05a3c3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -16,7 +16,7 @@ before_install:
 install:
 install:
 - yarn install
 - yarn install
 script:
 script:
-- ./scripts/codecov-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
     travis_wait 30 yarn run docs:build-and-publish-nightly;
     travis_wait 30 yarn run docs:build-and-publish-nightly;