Browse Source

Internal: Fixed travis file.

Marek Lewandowski 5 years ago
parent
commit
9cf0cffa44
1 changed files with 1 additions and 1 deletions
  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;