Skip to content

Commit

Permalink
Have the Travis builds do a "make update"
Browse files Browse the repository at this point in the history
Reviewed-by: Rich Salz <[email protected]>
  • Loading branch information
levitte committed Jul 19, 2016
1 parent bbba0a7 commit 941b10b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ before_script:

script:
- cd _build;
- make update
- make
- if [ -z "$BUILDONLY" ]; then
if [ -n "$CROSS_COMPILE" ]; then
Expand Down

0 comments on commit 941b10b

Please sign in to comment.