Skip to content

Commit

Permalink
Updated Travis settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Splode committed Mar 10, 2018
1 parent 8becdff commit 73b5a16
Showing 1 changed file with 6 additions and 25 deletions.
31 changes: 6 additions & 25 deletions .travis.yml
@@ -1,36 +1,17 @@
osx_image: xcode8.3
language: node_js
node_js:
- 'lts/*'
- '8'
sudo: required
dist: trusty
language: c
matrix:
include:
- os: osx
- os: linux
env: CC=clang CXX=clang++ npm_config_clang=1
compiler: clang
cache:
directories:
- node_modules
- "$HOME/.electron"
- "$HOME/.cache"
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:
- nvm install 7
- curl -o- -L https://yarnpkg.com/install.sh | bash
- source ~/.bashrc
- npm install -g xvfb-maybe
- yarn
script:
- yarn run build
- npm run build
branches:
only:
- master
- dev

0 comments on commit 73b5a16

Please sign in to comment.