Skip to content

Commit

Permalink
Travis: Remove unused packages
Browse files Browse the repository at this point in the history
Neither Linux nor MacOS needs SWIG or UnitTest++ to build
libopenshot-audio.
  • Loading branch information
ferdnyc committed Nov 11, 2019
1 parent 0eb5fb4 commit 006fd01
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,14 @@ addons:
apt:
packages:
- cmake
- swig
- libasound2-dev
- libunittest++-dev
- doxygen
- graphviz

homebrew:
update: true
packages:
- gcc
- unittest-cpp
- swig

script:
- mkdir -p build; cd build;
Expand Down

0 comments on commit 006fd01

Please sign in to comment.