about summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-05-26 01:05:19 +0100
committerJames Booth <boothj5@gmail.com>2014-05-26 01:05:19 +0100
commit52f66fde105eb48f114d6c92ff71da78ec458466 (patch)
tree12803993d0a38d5815b25778de88604756363389 /.travis.yml
parent60b59d984a4576c780d56e9427248657776fdb01 (diff)
downloadprofani-tty-52f66fde105eb48f114d6c92ff71da78ec458466.tar.gz
Fixed tests to work with cmocka 0.4.1
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index b24eb879..c8055c26 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,15 +10,15 @@ install:
     - sudo make install
     - cd ..
     - rm -rf libstrophe
-    - wget https://open.cryptomilk.org/attachments/download/34/cmocka-0.3.2.tar.xz
-    - tar -xvf cmocka-0.3.2.tar.xz
-    - cd cmocka-0.3.2
+    - wget https://open.cryptomilk.org/attachments/download/42/cmocka-0.4.1.tar.xz
+    - tar -xvf cmocka-0.4.1.tar.xz
+    - cd cmocka-0.4.1
     - mkdir build
     - cd build
     - cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ..
     - make
     - sudo make install
     - cd ../..
-    - rm -rf cmocka-0.3.2
+    - rm -rf cmocka-0.4.1
     - ./bootstrap.sh
 script: ./configure && make && make check