fixed quotes

This commit is contained in:
FezVrasta 2014-10-05 09:00:13 +02:00
parent 30d93841c8
commit 004d5ad20a

View File

@ -2,7 +2,7 @@ language: node_js
node_js:
- "0.10"
before_script:
- 'npm install -g grunt-cli'
- "npm install -g grunt-cli"
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script: 'grunt cibuild'
script: "grunt cibuild"