projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Have the Travis builds do a "make update"
[openssl.git]
/
.travis.yml
diff --git
a/.travis.yml
b/.travis.yml
index
6df5163
..
718a350
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-76,6
+76,7
@@
before_script:
script:
- cd _build;
script:
- cd _build;
+ - make update
- make
- if [ -z "$BUILDONLY" ]; then
if [ -n "$CROSS_COMPILE" ]; then
- make
- if [ -z "$BUILDONLY" ]; then
if [ -n "$CROSS_COMPILE" ]; then