Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
chore: update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
sentialx authored Jun 28, 2019
1 parent 226893d commit 67a3ed6
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,25 @@ install:
- npm ci
cache:
directories:
- '$HOME/.npm'
- "$HOME/.npm"
os:
- linux
- osx
- windows
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libc6-dev-i386
- gcc-4.8-multilib
- g++-4.8-multilib
- ninja-build
- linux-libc-dev:i386
- linux-libc-dev
- icnsutils
- graphicsmagick

script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]] && [[ "$TRAVIS_BRANCH" == "master" ]]; then npm run compile-darwin ;fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]] && [[ "$TRAVIS_BRANCH" == "master" ]]; then npm run compile-linux ;fi
Expand Down

0 comments on commit 67a3ed6

Please sign in to comment.