mootools / mootools-core

MooTools Core Repository
https://mootools.net
2.65k stars 507 forks source link

add server testing in node 0.10, 0.12 and iojs #2729

Closed SergioCrisostomo closed 9 years ago

SergioCrisostomo commented 9 years ago

CI testing of the server build (closes #2700).

Had to add some xit : it in the specs because they will now run in node environment and document and window are not there.

Added also some Travis optimizing and Safari 8 testing for Browser specs.

To run server specs locally we can use grunt server.

Tested all this in Travis and got green for Browser and node tests.

SergioCrisostomo commented 9 years ago

@arian thanks for reviewing.

Updated removing unused requirejs dependency that was there since old days and fixed other things that @arian pointed out.

SergioCrisostomo commented 9 years ago

@arian (or anyone else) can we merge this?