mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-05 12:16:35 +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
|
fi
|
||||||
script:
|
script:
|
||||||
- gmake
|
- gmake
|
||||||
#- sudo gmake install
|
- |
|
||||||
|
if [ "$(uname)" != "FreeBSD" ]; then
|
||||||
|
sudo gmake install
|
||||||
|
else
|
||||||
|
gmake install
|
||||||
|
fi
|
||||||
- gmake install
|
- gmake install
|
||||||
- gmake test
|
- gmake test
|
||||||
|
|
Loading…
Add table
Reference in a new issue