Remove the trailing lines.

This commit is contained in:
James Coglan
2014-06-05 21:43:46 +01:00
parent fee61a8d65
commit 253549d2e7
7 changed files with 1 additions and 8 deletions
-1
View File
@@ -10,4 +10,3 @@ before_script:
- make
env: TRAVIS=1
-1
View File
@@ -21,4 +21,3 @@
### 0.1.0 / 2012-02-26
* Initial release: Redis backend for Faye 0.8
+1 -2
View File
@@ -1,6 +1,5 @@
prepare:
git submodule update --init --recursive
cd vendor/faye && npm install
cd vendor/faye && npm install
cd vendor/faye && ./node_modules/.bin/wake
npm install
-1
View File
@@ -63,4 +63,3 @@ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-1
View File
@@ -19,4 +19,3 @@
, "url" : "git://github.com/faye/faye-redis-node.git"
}
}
-1
View File
@@ -39,4 +39,3 @@ list-max-ziplist-value 64
set-max-intset-entries 512
activerehashing yes
-1
View File
@@ -5,4 +5,3 @@ require('../vendor/faye/spec/javascript/engine_spec')
require('./faye_redis_spec')
JS.Test.autorun()