diff options
author | Taylor Holberton <taylorcholberton@gmail.com> | 2016-11-23 13:19:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-23 13:19:10 -0500 |
commit | 7bbcb313f472be6716225e92c29b18f5361ecc5b (patch) | |
tree | c19cb12bed1e96aa05fb20cf3f031fe3b5200ff8 | |
parent | dbbce9a5029c7aa3338670c1964fae6e50addb1d (diff) | |
parent | 22c43513f5c05713efdb00e96b7fba0e75c3b40e (diff) |
Merge pull request #87 from dawagner/travis-make-install
Travis: test the 'make install' target
-rw-r--r-- | .travis.yml | 4 |
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 |