Update .travis.yml

This commit is contained in:
Justin Ethier 2020-11-18 11:41:56 -05:00 committed by GitHub
parent fb5f3c023c
commit b8f3935cfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,6 +64,11 @@ before_install:
fi
script:
- gmake
#- sudo gmake install
- |
if [ "$(uname)" != "FreeBSD" ]; then
sudo gmake install
else
gmake install
fi
- gmake install
- gmake test