mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Add version commands to Travis file
This commit is contained in:
parent
34731da149
commit
c7433037b6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user