Skip to content

Commit

Permalink
Travis-CI: Update -lite version dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
  • Loading branch information
troglobit committed Jan 8, 2017
1 parent af23c89 commit f432f25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ addons:
branch_pattern: dev

install:
- wget https://github.com/troglobit/libite/releases/download/v1.5.0/libite-1.5.0.tar.xz
- tar xf libite-1.5.0.tar.xz
- (cd libite-1.5.0 && ./configure --prefix=/tmp && make && make install-strip)
- wget https://github.com/troglobit/libite/releases/download/v1.8.3/libite-1.8.3.tar.xz
- tar xf libite-1.8.3.tar.xz
- (cd libite-1.8.3 && ./configure --prefix=/tmp && make && make install-strip)
- wget https://github.com/martinh/libconfuse/releases/download/v3.0/confuse-3.0.tar.xz
- tar xf confuse-3.0.tar.xz
- (cd confuse-3.0 && ./configure --prefix=/tmp --disable-examples && make && make install-strip)
Expand Down

0 comments on commit f432f25

Please sign in to comment.