Skip to content

Commit

Permalink
Add ip a cant cat /etc/hosts as a commont logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
junaruga committed Jan 6, 2020
1 parent 265a786 commit 0d10bd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -71,7 +71,6 @@ env:
before_install:
- |-
bash -cx "${BEFORE_INSTALL}"
- grep '#define OPT_SUPPORT_JOKE' vm_opts.h
- tool/travis_retry.sh sudo -E apt-add-repository -y "ppa:ubuntu-toolchain-r/test"
- tool/travis_retry.sh sudo bash -c "rm -rf '${TRAVIS_ROOT}/var/lib/apt/lists/'* && exec apt-get update -yq"
- |-
Expand Down Expand Up @@ -458,6 +457,8 @@ before_script:
- echo JOBS=${JOBS} SETARCH=${SETARCH}
- $SETARCH uname -a
- $SETARCH uname -r
- ip a
- cat /etc/hosts
- rm -fr .ext autom4te.cache
- echo $TERM
- |-
Expand Down

0 comments on commit 0d10bd8

Please sign in to comment.