mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-06 08:08:10 +08:00
fix(travis): syntax error
This commit is contained in:
parent
6fc56b94e0
commit
5cf844d1bb
1 changed files with 4 additions and 2 deletions
|
@ -40,8 +40,10 @@ install:
|
||||||
- nvm use --delete-prefix $NODE_VERSION
|
- nvm use --delete-prefix $NODE_VERSION
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- [ "${TRAVIS_OS_NAME}" == "linux" ] && export DISPLAY=:99.0
|
- if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
|
||||||
- [ "${TRAVIS_OS_NAME}" == "linux" ] && sh -e /etc/init.d/xvfb start
|
export DISPLAY=:99.0;
|
||||||
|
sh -e /etc/init.d/xvfb start;
|
||||||
|
fi
|
||||||
|
|
||||||
script: script/cibuild
|
script: script/cibuild
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue