Skip to content

Commit 22ea505

Browse files
committed
Merge branch 'master' of https://github.com/weixin/tmt-workflow
2 parents 3f2cc8a + 671c72e commit 22ea505

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ before_script:
1717
- npm install -g gulpjs/gulp#4.0
1818
- cd project
1919
- npm install
20-
script: gulp build
20+
script: gulp build_dist

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ test_script:
2525
- node --version && npm --version
2626
# run tests
2727
- cd project
28-
- gulp build
28+
- gulp build_dist
2929

3030
# Don't actually build.
3131
build: off

0 commit comments

Comments
 (0)