diff --git a/.travis.yml b/.travis.yml index 3486ec999f..2345640c8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,8 @@ before_install: - sudo add-apt-repository ppa:koffeinflummi/armake -y - sudo apt-get update -qq - sudo apt-get install armake -y +- make --version +- armake --version before_script: - if [ -n "${GH_TOKEN}" ] && [ "${TRAVIS_BRANCH}" == "master" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then pip install pygithub;