From a12a23e91ce481da58522125ac8830788c84f0f5 Mon Sep 17 00:00:00 2001 From: grosbouddha Date: Mon, 27 May 2013 00:11:30 +0200 Subject: [PATCH] Node0.8 + test root filepath 1 --- .travis.yml | 2 +- Gruntfile.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c141120..ca894eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/Gruntfile.js b/Gruntfile.js index 2df9be6..ceba179 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -19,7 +19,7 @@ module.exports = function(grunt) { connect: { www: { options: { - base: 'source', + base: 'piskel', port: 4545 } }