commit 1e2299b97274cb10b2162d462bbddc86b9e674fb parent 296fc48980b283af1a6b4934740507cd3a0c37c2 Author: Frederic Cambus <fred@statdns.com> Date: Sun, 6 Jan 2019 00:10:43 +0100 Try to install uthash from the Git repository (Travis CI). Diffstat:
M | .travis.yml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -5,7 +5,7 @@ compiler: - gcc before_install: - - sudo apt-get -qq update - - sudo apt-get install -y uthash + - git clone https://github.com/troydhanson/uthash + - sudo cp uthash/src/* /usr/local/include script: cmake . && make