Skip to content

Commit

Permalink
travis.yml: add make install checks
Browse files Browse the repository at this point in the history
  • Loading branch information
austin987 committed Jan 18, 2017
1 parent 8d3d2c6 commit c366941
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,8 @@ before_install:
# shell-checks is quick and works, no display or compiles needed

script: time sh ./tests/shell-checks

# OS X doesn't allow writing to /usr/bin, skip non-PREFIX make install test there
install:
- if [[ "$TRAVIS_OS_NAME" != "osx" ]] ; then time sudo make install ; fi
- time make install PREFIX="$(mktemp -d)"

0 comments on commit c366941

Please sign in to comment.