mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-07 07:10:37 +03:00
fixed quotes
This commit is contained in:
parent
e7758a6154
commit
4aa98f7028
|
@ -2,7 +2,7 @@ language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.10"
|
- "0.10"
|
||||||
before_script:
|
before_script:
|
||||||
- 'npm install -g grunt-cli'
|
- "npm install -g grunt-cli"
|
||||||
- export DISPLAY=:99.0
|
- export DISPLAY=:99.0
|
||||||
- sh -e /etc/init.d/xvfb start
|
- sh -e /etc/init.d/xvfb start
|
||||||
script: 'grunt cibuild'
|
script: "grunt cibuild"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user