Skip to content

Commit

Permalink
add travis install & script steps, change gulp tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
codfish committed Oct 29, 2015
1 parent bbe1b61 commit 9060279
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
install:
- npm install
script:
- gulp
deploy:
provider: npm
email: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ gulp.task('release', function () {
});

gulp.task('serve', ['demo']);
gulp.task('build', ['release']);
gulp.task('default', ['uglify']);
gulp.task('build', ['uglify']);
gulp.task('default', ['build']);

0 comments on commit 9060279

Please sign in to comment.