Add version commands to Travis file

This commit is contained in:
KoffeinFlummi 2017-02-07 14:37:29 +01:00
parent 34731da149
commit c7433037b6

View File

@ -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;