about summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-02-23 00:24:24 +0000
committerJames Booth <boothj5@gmail.com>2015-02-23 00:24:24 +0000
commitba22baba90358ce755644b4478e506a88314f81d (patch)
tree8a478da187985bfae4fa6a0f8a7b559126312c56 /.travis.yml
parentc249a60cba286ccf9eff1610c30d2e211d723ea4 (diff)
downloadprofani-tty-ba22baba90358ce755644b4478e506a88314f81d.tar.gz
Updated .travis.yml to use cmocka-1.0.0
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 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