diff options
author | Tristan Sloughter <t@crashfast.com> | 2015-06-27 12:08:46 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2015-06-27 12:08:46 -0500 |
commit | b2f890f8edbaca8ccbe4a59fcfe2c08bed368530 (patch) | |
tree | ce9dffb386a5e092ec5a975759654de4e4d8955a | |
parent | 5402199d88c56dec08a8c3d052a4db1e84f2dc1d (diff) |
update travis to test on 18 and 17.5
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b0729f8..a80a677 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: erlang otp_release: - - 17.0 + - 18.0 + - 17.5 - R16B03-1 - R15B03 before_script: "./bootstrap" |