mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Try to allow all platforms to finish successfully
This commit is contained in:
parent
b8f3935cfc
commit
66d2527e3a
1 changed files with 3 additions and 4 deletions
|
@ -60,15 +60,14 @@ before_install:
|
||||||
if [ "$(uname)" != "FreeBSD" ]; then
|
if [ "$(uname)" != "FreeBSD" ]; then
|
||||||
sudo gmake install
|
sudo gmake install
|
||||||
else
|
else
|
||||||
gmake install
|
#gmake install
|
||||||
fi
|
fi
|
||||||
script:
|
script:
|
||||||
- gmake
|
- gmake
|
||||||
- |
|
- |
|
||||||
if [ "$(uname)" != "FreeBSD" ]; then
|
if [ "$(uname)" != "FreeBSD" ]; then
|
||||||
sudo gmake install
|
sudo gmake install
|
||||||
|
gmake test
|
||||||
else
|
else
|
||||||
gmake install
|
# Can't do anything, TravisCI FreeBSD errors out doing sudo
|
||||||
fi
|
fi
|
||||||
- gmake install
|
|
||||||
- gmake test
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue