Skip to content

Commit

Permalink
remove unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gelotus committed Jul 8, 2020
1 parent f56bbab commit d5fcd08
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ matrix:
packages:
- libusb-dev
- doxygen
- cmake
script:
- autoreconf -vfi && mkdir build && cd build && ../configure --prefix=$HOME/.local/ && make -j2 && make install

Expand All @@ -47,7 +46,6 @@ matrix:
packages:
- libusb-dev
- doxygen
- cmake
script:
- autoreconf -vfi && mkdir build && cd build && ../configure --prefix=$HOME/.local/ && make -j2 && make install

Expand All @@ -56,8 +54,7 @@ matrix:
compiler:
- clang
before_install:
- brew update
- brew install autoconf automake cmake doxygen gettext libusb libusb-compat m4 pcre2 pkg-config
- brew install doxygen libusb-compat
script:
- mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=~/.local .. && make -j2 && make install

Expand All @@ -66,7 +63,6 @@ matrix:
compiler:
- clang
before_install:
- brew update
- brew install autoconf automake doxygen gettext libusb libusb-compat m4 pcre2 pkg-config
- brew install doxygen libusb-compat m4
script:
- autoreconf -vfi && mkdir build && cd build && ../configure --prefix=$HOME/.local/ && make -j2 && make install

0 comments on commit d5fcd08

Please sign in to comment.