Node0.8 + test root filepath 1
This commit is contained in:
parent
4474e582f9
commit
a12a23e91c
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -19,7 +19,7 @@ module.exports = function(grunt) {
|
|||
connect: {
|
||||
www: {
|
||||
options: {
|
||||
base: 'source',
|
||||
base: 'piskel',
|
||||
port: 4545
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue