Procházet zdrojové kódy

Internal: Fixed travis file.

Marek Lewandowski před 5 roky
rodič
revize
9cf0cffa44
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -16,7 +16,7 @@ before_install:
 install:
 - yarn install
 script:
-- ./scripts/codecov-run-tests.sh
+- ./scripts/continuous-integration-run-tests.sh
 - yarn run docs:api --validate-only
 - 'if [ $TRAVIS_TEST_RESULT -eq 0 ]; then
     travis_wait 30 yarn run docs:build-and-publish-nightly;