mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Update .travis.yml
This commit is contained in:
parent
fb5f3c023c
commit
b8f3935cfc
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue