diff options
author | Luis Rascao <[email protected]> | 2016-10-07 00:27:17 +0100 |
---|---|---|
committer | Luis Rascao <[email protected]> | 2016-10-07 00:27:17 +0100 |
commit | 36d56a59a7be995d2bd7a8fcbffd9e0a5fa9389f (patch) | |
tree | b283bd0ce49e05654bf79500cbec145870fe3379 /.travis.yml | |
parent | abe7a10c1b3b6c6d5618073e98ea50539300ec81 (diff) | |
download | relx-36d56a59a7be995d2bd7a8fcbffd9e0a5fa9389f.tar.gz relx-36d56a59a7be995d2bd7a8fcbffd9e0a5fa9389f.tar.bz2 relx-36d56a59a7be995d2bd7a8fcbffd9e0a5fa9389f.zip |
Bump latest OTP19
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 40dcc41..e1e06be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: erlang otp_release: - - 19.0 + - 19.1 - 18.3 - 17.0 - R16B03-1 |