aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor Holberton <taylorcholberton@gmail.com>2016-11-23 13:19:10 -0500
committerGitHub <noreply@github.com>2016-11-23 13:19:10 -0500
commit7bbcb313f472be6716225e92c29b18f5361ecc5b (patch)
treec19cb12bed1e96aa05fb20cf3f031fe3b5200ff8
parentdbbce9a5029c7aa3338670c1964fae6e50addb1d (diff)
parent22c43513f5c05713efdb00e96b7fba0e75c3b40e (diff)
Merge pull request #87 from dawagner/travis-make-install
Travis: test the 'make install' target
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f64a864..0e0533d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,5 +9,9 @@ addons:
- doxygen
- graphviz
+before_script:
+ - mkdir $HOME/install
+
script:
- make
+ - make PREFIX=$HOME/install install