Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
FairyEver committed Sep 19, 2019
1 parent d98e6af commit 2258dc5
Showing 1 changed file with 31 additions and 3 deletions.
34 changes: 31 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
osx_image: xcode8.3
sudo: required
dist: trusty
language: c

matrix:
include:
- os: osx
- os: linux
env: CC=clang CXX=clang++ npm_config_clang=1
compiler: clang
addons:
apt:
packages:
- libgnome-keyring-dev
- icnsutils
before_install:
- mkdir -p /tmp/git-lfs && curl -L https://github.com/github/git-lfs/releases/download/v1.2.1/git-lfs-$([
"$TRAVIS_OS_NAME" == "linux" ] && echo "linux" || echo "darwin")-amd64-1.2.1.tar.gz
| tar -xz -C /tmp/git-lfs --strip-components 1 && /tmp/git-lfs/git-lfs pull
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils; fi
install:
- yarn
- nvm install 10
- curl -o- -L https://yarnpkg.com/install.sh | bash
- source ~/.bashrc
- npm install -g xvfb-maybe
- yarn
script:
- yarn run build
- npm run publish
- yarn run build
- yarn run publish
branches:
only:
- master

0 comments on commit 2258dc5

Please sign in to comment.