We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81a28cb + 7fb68df commit dea8cbfCopy full SHA for dea8cbf
.travis.yml
@@ -58,6 +58,7 @@ matrix:
58
language: node_js
59
node_js: "10"
60
jdk: oraclejdk8
61
+ before_script: pod repo update
62
script:
63
- cd src && npm run postclone gitHubUsername=TheGitHubUser pluginName=ThePlugin initGit=y includeTypeScriptDemo=y includeAngularDemo=n
64
- npm run tsc
@@ -87,6 +88,7 @@ matrix:
87
88
89
90
91
92
93
- cd src && npm run postclone gitHubUsername=TheGitHubUser pluginName=ThePlugin initGit=y includeTypeScriptDemo=n includeAngularDemo=y
94
0 commit comments