mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-10 19:57:13 +03:00
fixed quotes
This commit is contained in:
parent
30d93841c8
commit
004d5ad20a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user