Skip to content

Commit

Permalink
added etc-etc dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mgj authored and mgj committed May 17, 2014
1 parent 337cba0 commit 6b61cc3
Show file tree
Hide file tree
Showing 12 changed files with 75 additions and 919 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ deploy:
secure: UvvLUP3/FmgkkYiDdoowaSVFh9rXBsmL3kfBRusEKCHHW4Fd/yL4cBy0xZISSYf8YC58bljp9571QreUT1Rj902J2tvVzJjhJEgYLcI27lFkfV+PXOt421lM9eeW9YuS34X/sKlOwpT1aK1TWBzU6C4W6muAsv/QnIkvqnMpZ+E=
on:
tags: true
repo: markuz-gj/super-stream.through
repo: markuz-gj/super-stream.each
node: 0.10

before_script:
Expand All @@ -19,4 +19,4 @@ script:
- npm run coveralls

after_success:
- cat ./coverage/lcov.info | coveralls && rm -rf ./coverage
- cat ./coverage/lcov.info | coveralls && rm -rf ./coverage
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ while :; do
echo "stating gulp..."
rm -rf dist 2>/dev/null
#rm -rf node_modules/super-stream 2>/dev/null
$GULP --require "coffee-script/register" $@
$GULP $@
exitStatus=$?
echo "$@" | grep -q 'watch' || exit $exitStatus
echo "error status: $exitStatus"
Expand Down
311 changes: 0 additions & 311 deletions etc.coffee

This file was deleted.

Loading

0 comments on commit 6b61cc3

Please sign in to comment.