]> 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:

Travis: Update toolchain for newer compiler
authorTomas Babej <tomasbabej@gmail.com>
Tue, 6 Jan 2015 20:40:46 +0000 (21:40 +0100)
committerTomas Babej <tomasbabej@gmail.com>
Tue, 6 Jan 2015 19:05:16 +0000 (20:05 +0100)
.travis.yml

index 76c8977c2fd38f3f1e69dde034d042d072b39d77..519886b64a894436ca1fc0a54cfa190ce06b311e 100644 (file)
@@ -14,7 +14,10 @@ python:
   - "3.4"
 install:
   - pip install -e .
-  - sudo apt-get install -qq build-essential cmake uuid-dev
+  - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
+  - sudo apt-get update -qq
+  - sudo apt-get install -qq build-essential cmake uuid-dev g++-4.8
+  - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 50
   - git clone https://git.tasktools.org/scm/tm/task.git
   - cd task
   - git checkout $TASK_VERSION