Node0.8 + test root filepath 1

This commit is contained in:
grosbouddha 2013-05-27 00:11:30 +02:00
parent 4474e582f9
commit a12a23e91c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
language: node_js
node_js:
- 0.6
- 0.8
before_install:
- npm install -g grunt-cli
- git clone git://github.com/n1k0/casperjs.git ~/casperjs

View File

@ -19,7 +19,7 @@ module.exports = function(grunt) {
connect: {
www: {
options: {
base: 'source',
base: 'piskel',
port: 4545
}
}