]> git.madduck.net Git - etc/taskwarrior.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Install uuid-dev before testing
authorRob Golding <rob@robgolding.com>
Sun, 10 Nov 2013 15:29:17 +0000 (15:29 +0000)
committerRob Golding <rob@robgolding.com>
Sun, 10 Nov 2013 15:29:17 +0000 (15:29 +0000)
.travis.yml

index c2e525f4b325dc8974f7d78f2561b5a6f3583630..d456ec96669b17af18dd4c67fd740e5b3a394c70 100644 (file)
@@ -9,7 +9,7 @@ python:
   - "3.3"
 install:
   - pip install -e .
-  - sudo apt-get install -qq build-essential cmake
+  - sudo apt-get install -qq build-essential cmake uuid-dev
   - wget http://www.taskwarrior.org/download/task-$TASK_VERSION.tar.gz
   - tar -zxvf task-$TASK_VERSION.tar.gz
   - cd task-$TASK_VERSION