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

Commit

Permalink
Update travis dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jwheare committed Jul 23, 2019
1 parent 33ecb50 commit c0fa68c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,10 @@ compiler:
addons:
apt:
packages:
- icnsutils
- xz-utils
- libopenjp2-tools
before_install:
- openssl aes-256-cbc -K $encrypted_fc666da9e2f5_key -iv $encrypted_fc666da9e2f5_iv
-in .travis.env.enc -out .travis.env -d; source .travis.env;
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
rvm install 2.2.0;
ruby --version;
gem --version;
gem install fpm;
fi
- node --version
- yarn --version
install:
Expand Down

0 comments on commit c0fa68c

Please sign in to comment.