Răsfoiți Sursa

Internal: Turn on the production mode for tests on Travis.

Kamil Piechaczek 6 ani în urmă
părinte
comite
cae814471c
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -21,7 +21,7 @@ install:
 - rm -rf node_modules
 - yarn install
 script:
-- yarn run test --reporter=dots
+- yarn run test --reporter=dots --production
 - yarn run docs:api --validate-only
 - 'if [ $TRAVIS_TEST_RESULT -eq 0 ]; then
     travis_wait 30 yarn run docs:build-and-publish-nightly;