Skip to content

Commit e46cc2c

Browse files
committed
travis: Install libgnutls-dev prior to building TW
1 parent 1c4557f commit e46cc2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ install:
2323
- pip install coveralls
2424
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
2525
- sudo apt-get update -qq
26-
- sudo apt-get install -qq build-essential cmake uuid-dev g++-4.8
26+
- sudo apt-get install -qq build-essential cmake uuid-dev libgnutls-dev g++-4.8
2727
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 50
2828
- git clone --recursive https://github.com/GothenburgBitFactory/taskwarrior
2929
- cd taskwarrior

0 commit comments

Comments
 (0)