mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-01-30 19:24:10 +03:00
fixed quotes
This commit is contained in:
parent
e7758a6154
commit
4aa98f7028
|
@ -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