mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-04 07:10:06 +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
|
||||
|
||||
before_script:
|
||||
- [ "${TRAVIS_OS_NAME}" == "linux" ] && export DISPLAY=:99.0
|
||||
- [ "${TRAVIS_OS_NAME}" == "linux" ] && sh -e /etc/init.d/xvfb start
|
||||
- if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
|
||||
export DISPLAY=:99.0;
|
||||
sh -e /etc/init.d/xvfb start;
|
||||
fi
|
||||
|
||||
script: script/cibuild
|
||||
|
||||
|
|
Loading…
Reference in a new issue