mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39: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
|
||||
before_install:
|
||||
- |
|
||||
if [ "$(uname)" -ne "FreeBSD" ]; then
|
||||
if [ "$(uname)" != "FreeBSD" ]; then
|
||||
sudo ln -s /usr/bin/make /usr/bin/gmake
|
||||
fi
|
||||
- |
|
||||
|
|
Loading…
Add table
Reference in a new issue