瀏覽代碼

test: temporarily run providers test alone

Ifedapo Olarewaju 6 年之前
父節點
當前提交
f740420b6d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -23,7 +23,7 @@ services:
 script:
 script:
 - npm run build
 - npm run build
 - npm run test
 - 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
 - npm run uploadcdn
 env:
 env:
   global:
   global: