We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4557f commit e46cc2cCopy full SHA for e46cc2c
1 file changed
.travis.yml
@@ -23,7 +23,7 @@ install:
23
- pip install coveralls
24
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
25
- sudo apt-get update -qq
26
- - sudo apt-get install -qq build-essential cmake uuid-dev g++-4.8
+ - sudo apt-get install -qq build-essential cmake uuid-dev libgnutls-dev g++-4.8
27
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 50
28
- git clone --recursive https://github.com/GothenburgBitFactory/taskwarrior
29
- cd taskwarrior
0 commit comments