Skip to content

Commit 0e8a2c0

Browse files
ci(travis): fix order of run_prep.sh (#420)
1 parent 44aa8cd commit 0e8a2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/run_prep.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function do_stuff {
4343
trap "kill $!" EXIT
4444
trap 'error_handler' ERR
4545

46-
myscripts=( "build_all.sh" "unexported_symbols/unexported_symbols.sh" "test_all.sh" "update_version.sh ${VERSION}" )
46+
myscripts=( "update_version.sh ${VERSION}" "build_all.sh" "unexported_symbols/unexported_symbols.sh" "test_all.sh" )
4747
for i in "${myscripts[@]}"; do
4848
echo -n "${i} "
4949
Scripts/${i} >> $BUILD_OUTPUT 2>&1

0 commit comments

Comments
 (0)