projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3253927
)
Travis - add missing semi-colon
author
Richard Levitte
<levitte@openssl.org>
Thu, 10 Mar 2016 07:36:57 +0000
(08:36 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 10 Mar 2016 09:00:00 +0000
(10:00 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 750db1f437c341d11326660fd77136ea4ed41d00..ec2396e5e35500446ac0bfda31dfb17a8174209a 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-77,7
+77,7
@@
before_script:
else
if which ccache >/dev/null; then
CC="ccache $CC";
- fi
+ fi
;
$srcdir/config $CONFIG_OPTS;
fi
- cd ..