Skip to content

Commit

Permalink
Sort out the order of dependencies a bit better in order to help Trav…
Browse files Browse the repository at this point in the history
…is not time out while installing them...
  • Loading branch information
olabini committed Feb 8, 2022
1 parent 0196f19 commit 9855de8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Expand Up @@ -45,12 +45,19 @@ before_install:
- travis_wait 60 brew install gsettings-desktop-schemas
- travis_wait 60 brew install hicolor-icon-theme
- travis_wait 60 brew install libepoxy
- travis_wait 60 brew install intltool
- travis_wait 60 brew install gettext
- travis_wait 60 brew install librsvg
- travis_wait 60 brew install fontconfig
- travis_wait 60 brew install freetype
- travis_wait 60 brew install fribidi
- travis_wait 60 brew install harfbuzz
- travis_wait 60 brew install pango
- travis_wait 100 brew install gtk+3
- travis_wait 60 brew install adwaita-icon-theme
- travis_wait 60 brew install gnome-icon-theme
- travis_wait 60 brew install shared-mime-info
- travis_wait 60 brew install fileicon
- travis_wait 60 brew install pango
- travis_wait 60 brew install gtk+3
- travis_wait 60 brew install gtk-mac-integration
- "export DISPLAY=:99.0"
- npm install --global appdmg
Expand Down

0 comments on commit 9855de8

Please sign in to comment.