projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbba0a7
)
Have the Travis builds do a "make update"
author
Richard Levitte
<levitte@openssl.org>
Tue, 19 Jul 2016 09:58:26 +0000
(11:58 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 19 Jul 2016 11:04:51 +0000
(13:04 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 6df51633af1e6d75fe2942e1cbd0c5b2733cadc4..718a350fbdd1df1162ca1c0934f2c4f96330e345 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-76,6
+76,7
@@
before_script:
script:
- cd _build;
+ - make update
- make
- if [ -z "$BUILDONLY" ]; then
if [ -n "$CROSS_COMPILE" ]; then