diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9b12a1c..9833c26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ language: erlang otp_release: + - 17.0-rc1 + - R16B03-1 + - R16B03 - R16B02 - R16B01 - R16B @@ -21,4 +24,4 @@ notifications: channels: - "irc.freenode.org#erlware" use_notice: true - skip_join: true
\ No newline at end of file + skip_join: true |