mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 03:00:12 +00:00
.travis.yml: print information before running script
This commit is contained in:
parent
78379493d4
commit
332bbf3de9
1 changed files with 4 additions and 0 deletions
|
@ -9,4 +9,8 @@ otp_release:
|
|||
- R14B04
|
||||
- R14B03
|
||||
- 17.0
|
||||
before_script:
|
||||
- hostname -f
|
||||
- cc -v
|
||||
- ld -v
|
||||
script: "make travis"
|
||||
|
|
Loading…
Reference in a new issue