Skip to content

Commit

Permalink
Update erl version command so full OTP version is printed
Browse files Browse the repository at this point in the history
  • Loading branch information
Stratus3D authored Jan 31, 2020
1 parent 2825e27 commit ae24f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: c
script: travis_wait asdf plugin-test erlang . --asdf-plugin-gitref $TRAVIS_BRANCH erl -eval 'erlang:display(erlang:system_info(otp_release)), halt().' -noshell
script: travis_wait asdf plugin-test erlang . --asdf-plugin-gitref $TRAVIS_BRANCH erl -eval '{ok, Version} = file:read_file(filename:join([code:root_dir(), "releases", erlang:system_info(otp_release), "OTP_VERSION"])), io:fwrite(Version), halt().' -noshell
before_script:
- git clone https://github.com/asdf-vm/asdf.git
- . asdf/asdf.sh
Expand Down

0 comments on commit ae24f2e

Please sign in to comment.