From c527e097a3b5d5d2804835e7aee6097ff6867b24 Mon Sep 17 00:00:00 2001 From: dmiller Date: Wed, 2 Sep 2015 15:01:03 +0000 Subject: [PATCH] Add a make-install step to Travis CI. Closes #205 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fdfc32732..fdcdb7270 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ compiler: - clang # Change this to your needs sudo: false -script: ./configure && make && make check +script: mkdir /tmp/n && ./configure --prefix=/tmp/n && make && make check && make install notifications: irc: