Skip to content

Commit

Permalink
Fix missing Chart.js.zip file for Travis release
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrunel committed Jul 15, 2016
1 parent f227548 commit 6572c94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ deploy:
- "./dist/Chart.bundle.min.js"
- "./dist/Chart.js"
- "./dist/Chart.min.js"
- "./dist/Chart.js.zip"
skip_cleanup: true
on:
tags: true
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function packageTask() {
.pipe(streamify(replace(/src="((?:\.\.\/)+)dist\//g, 'src="$1')))
)
// finally, create the zip archive
//.pipe(zip('Chart.js.zip'))
.pipe(zip('Chart.js.zip'))
.pipe(gulp.dest(outDir));
}

Expand Down

0 comments on commit 6572c94

Please sign in to comment.