Преглед изворни кода

Internal: Fixed travis file.

Marek Lewandowski пре 5 година
родитељ
комит
9cf0cffa44
1 измењених фајлова са 1 додато и 1 уклоњено
  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;