aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-29 12:55:07 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-29 12:55:07 +0000
commit9254e1c740fd0829ad425670c770f782d20a0d82 (patch)
tree5dc62d66ffaf36ac35afdb730da4cb825fc5930e /.travis.yml
parentbb5ab13bf58e0ccfe5b4c08fec8a0e70612d598c (diff)
downloadruby-9254e1c740fd0829ad425670c770f782d20a0d82.tar.gz
Debug make install instead of make
Actually what has randomly failed was `make install`: https://travis-ci.org/ruby/ruby/jobs/512988177 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 7b61be21f6..9ec09a221e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -357,8 +357,9 @@ before_script:
- rm -rf ~/config_2nd
- mv ../config_2nd ~
- chmod u-w ..
+ - $SETARCH make -s $JOBS
- |-
- if ! $SETARCH make -s $JOBS; then
+ if ! make install; then
if [ "$(uname)" = Darwin ]; then
# Debugging "Permission defined" failure on darwin like https://travis-ci.org/ruby/ruby/jobs/508683759
set -x
@@ -370,7 +371,6 @@ before_script:
fi
exit 1
fi
- - make install
- ccache --show-stats
- |-
[ -z "${GEMS_FOR_TEST}" ] ||