Files
koodo-reader/_travis.yml
troyeguo b455f1c11a fix bug
Former-commit-id: f941f9a122cb7ecbf8142f12cec36d5f3d79cb04
2020-09-13 19:37:28 +08:00

34 lines
601 B
YAML

osx_image: xcode8.3
sudo: required
dist: trusty
language: c
matrix:
include:
- os: osx
cache:
directories:
- node_modules
- "$HOME/.electron"
- "$HOME/.cache"
addons:
apt:
packages:
- libgnome-keyring-dev
- icnsutils
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install git-lfs; fi
install:
- nvm install 10
- curl -o- -L https://yarnpkg.com/install.sh | bash
- source ~/.bashrc
- npm install -g xvfb-maybe
- yarn
before_script:
- git lfs pull
script:
- yarn release
branches:
only:
- master
notifications:
email: false