about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorOlivier LE MOAL <olivier.lemoal@winamax.fr>2015-02-25 10:10:30 +0100
committerOlivier LE MOAL <olivier.lemoal@winamax.fr>2015-02-25 10:10:30 +0100
commitd89112e13894d4d6a23846997ea7ef0c42674fe4 (patch)
tree9b190be97e92eff78d3572f8652389153a09201f
parentced5a8c2e0cabe831890858d74c7d05f9c211ea7 (diff)
downloadprofani-tty-d89112e13894d4d6a23846997ea7ef0c42674fe4.tar.gz
Upgrade CMocka to 1.0.0
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index c87d68b7..534440d0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,15 +11,15 @@ install:
     - sudo make install
     - cd ..
     - rm -rf libstrophe
-    - 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
+    - wget https://cmocka.org/files/1.0/cmocka-1.0.0.tar.xz
+    - tar -xvf cmocka-1.0.0.tar.xz
+    - cd cmocka-1.0.0
     - mkdir build
     - cd build
     - cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ..
     - make
     - sudo make install
     - cd ../..
-    - rm -rf cmocka-0.4.1
+    - rm -rf cmocka-1.0.0
     - ./bootstrap.sh
 script: ./configure && make && make check