Browse Source

test: temporarily run providers test alone

Ifedapo Olarewaju 6 years ago
parent
commit
f740420b6d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -23,7 +23,7 @@ services:
 script:
 - npm run build
 - npm run test
-- '{ if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then npm run test:acceptance; fi } || true'
+- '{ if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then npm run test:acceptance -- --suite providers; fi } || true'
 - npm run uploadcdn
 env:
   global: