We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df6ab86 commit b9fd5c5Copy full SHA for b9fd5c5
.travis.yml
@@ -16,6 +16,8 @@ jobs:
16
if: tag IS blank
17
- stage: Standalone release
18
if: tag IS NOT blank
19
+ # Disable tests because cypress isn't currently configured to work in travis
20
+ script: echo "npm test temporarily disabled"
21
before_deploy:
22
- npm run build-standalone
23
- tar -C dist/ -czvf automation-hub-ui-dist.tar.gz .
0 commit comments