forked from creativeaura/gulp-tinypng
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #9 Closes #10 commit 8ac884e Author: Stan Hutcheon <stanhutcheon@bigfork.co.uk> Date: Thu Oct 29 15:40:56 2015 +0000 Bump to 1.2.0 commit 2d06a42 Author: Stan Hutcheon <stanhutcheon@bigfork.co.uk> Date: Thu Oct 29 15:40:31 2015 +0000 Fix spacing typo in dependencies commit a2793c4 Author: Stan Hutcheon <stanhutcheon@bigfork.co.uk> Date: Mon Oct 26 16:46:40 2015 +0000 Update travis node versions commit bc94dba Author: Stan Hutcheon <stanhutcheon@bigfork.co.uk> Date: Mon Oct 26 16:33:37 2015 +0000 Add docs for parallel uploads commit 03a1574 Author: Stan Hutcheon <stanhutcheon@bigfork.co.uk> Date: Mon Oct 26 16:09:26 2015 +0000 Add configurable max concurrency commit 24cc033 Author: Stan Hutcheon <stanhutcheon@bigfork.co.uk> Date: Mon Oct 26 16:04:55 2015 +0000 Output correct amount of skipped files actually closes #10 commit a3b3ee4 Author: Stan Hutcheon <stanhutcheon@bigfork.co.uk> Date: Mon Oct 26 12:59:41 2015 +0000 Add untested parallel upload support
- Loading branch information
Stan Hutcheon
committed
Oct 29, 2015
1 parent
55be23a
commit 5cf0062
Showing
4 changed files
with
27 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
language: node_js | ||
node_js: | ||
- "4.1" | ||
- "4.0" | ||
- "0.12" | ||
- "0.11" | ||
- "0.10" | ||
- "0.8" | ||
- "0.6" | ||
- "iojs" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters