diff --git a/.travis.yml b/.travis.yml index c1411209..ca894eb9 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 2df9be6d..ceba1794 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -19,7 +19,7 @@ module.exports = function(grunt) { connect: { www: { options: { - base: 'source', + base: 'piskel', port: 4545 } }