mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-21 14:49:17 +02:00
Update .travis.yml
Fix string equality check
This commit is contained in:
parent
a0e1c2a77c
commit
6d20e717e6
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ notifications:
|
||||||
email: false
|
email: false
|
||||||
before_install:
|
before_install:
|
||||||
- |
|
- |
|
||||||
if [ "$(uname)" -ne "FreeBSD" ]; then
|
if [ "$(uname)" != "FreeBSD" ]; then
|
||||||
sudo ln -s /usr/bin/make /usr/bin/gmake
|
sudo ln -s /usr/bin/make /usr/bin/gmake
|
||||||
fi
|
fi
|
||||||
- |
|
- |
|
||||||
|
|
Loading…
Add table
Reference in a new issue