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 3f2cc8a + 671c72e commit 22ea505Copy full SHA for 22ea505
.travis.yml
@@ -17,4 +17,4 @@ before_script:
17
- npm install -g gulpjs/gulp#4.0
18
- cd project
19
- npm install
20
-script: gulp build
+script: gulp build_dist
appveyor.yml
@@ -25,7 +25,7 @@ test_script:
25
- node --version && npm --version
26
# run tests
27
28
- - gulp build
+ - gulp build_dist
29
30
# Don't actually build.
31
build: off
0 commit comments