mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Merge pull request #442 from tuncer/travis-info
.travis.yml: print information before running script
This commit is contained in:
commit
6586c61e26
1 changed files with 4 additions and 0 deletions
|
@ -9,4 +9,8 @@ otp_release:
|
||||||
- R14B04
|
- R14B04
|
||||||
- R14B03
|
- R14B03
|
||||||
- 17.0
|
- 17.0
|
||||||
|
before_script:
|
||||||
|
- hostname -f
|
||||||
|
- cc -v
|
||||||
|
- ld -v
|
||||||
script: "make travis"
|
script: "make travis"
|
||||||
|
|
Loading…
Reference in a new issue