update taskwarrior version

This commit is contained in:
David Badura 2015-05-31 17:05:11 +02:00
parent 4c92003651
commit 372882e5f4
1 changed files with 4 additions and 4 deletions

View File

@ -14,10 +14,10 @@ env:
- PREFER_LOWEST="" - PREFER_LOWEST=""
before_install: before_install:
- wget http://taskwarrior.org/download/task-2.4.3.tar.gz - wget http://taskwarrior.org/download/task-2.4.4.tar.gz
- gunzip task-2.4.3.tar.gz - gunzip task-2.4.4.tar.gz
- tar xf task-2.4.3.tar - tar xf task-2.4.4.tar
- cd task-2.4.3 - cd task-2.4.4
- sudo apt-get install cmake build-essential uuid-dev libgnutls-dev libreadline6-dev --force-yes - sudo apt-get install cmake build-essential uuid-dev libgnutls-dev libreadline6-dev --force-yes
- sudo cmake -DCMAKE_BUILD_TYPE=release . - sudo cmake -DCMAKE_BUILD_TYPE=release .
- sudo make - sudo make