Skip to content

Commit

Permalink
Avoid syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
justinethier authored Nov 18, 2020
1 parent 66d2527 commit 1ee54c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ before_install:
gmake
if [ "$(uname)" != "FreeBSD" ]; then
sudo gmake install
else
#gmake install
# else
# #gmake install
fi
script:
- gmake
- |
if [ "$(uname)" != "FreeBSD" ]; then
sudo gmake install
gmake test
else
# Can't do anything, TravisCI FreeBSD errors out doing sudo
# else
# # Can't do anything, TravisCI FreeBSD errors out doing sudo
fi

0 comments on commit 1ee54c2

Please sign in to comment.