Skip to content

Commit

Permalink
(remove) older node versions from tests (temp)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstty committed Jul 23, 2016
1 parent f4de9a5 commit 8526cc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: node_js
node_js:
- "6.2"
- "5.11"
- "4.4"
- "0.12"
- "0.10"
# - "5.11"
# - "4.4"
# - "0.12"
# - "0.10"

after_script:
- npm run-script coveralls
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Easy to create modular tasks and import tasks using npm.

# TODO
* [ ] CLI tests
* [ ] support older node versions (add to tests)
* [ ] gulp.util type utils? like logging, transfuser
* [ ] add hotfoot
* Add string libs
Expand Down

0 comments on commit 8526cc3

Please sign in to comment.