소스 검색

More detail in travis log

afc163 8 년 전
부모
커밋
2bbef8d959
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -29,5 +29,5 @@ script:
       npm run site
       mv dist/* ./
       php -S localhost:8000 &
-      npm test .e2e.js
+      DEBUG=* npm test .e2e.js
     fi