提交 8f86220b 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

install latest version of chrome for osx in travis

上级 0d207861
......@@ -17,10 +17,12 @@ services:
before_install:
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then docker build -t zixia/wechaty .; fi
install:
- if [ "$TRAVIS_OS_NAME" == 'osx' ]; then brew install brew-cask && brew cask install google-chrome; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then export DISPLAY=':99.0' && Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &; fi
script:
- echo $TRAVIS_OS_NAME
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- npm test
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then docker run zixia/wechaty test; fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册