diff options
author | Matwey V. Kornilov <matwey.kornilov@gmail.com> | 2014-05-31 16:45:27 +0400 |
---|---|---|
committer | Matwey V. Kornilov <matwey.kornilov@gmail.com> | 2014-06-08 14:34:16 +0400 |
commit | 4e67d254db38f349885fe5bb7dab764a9978deff (patch) | |
tree | 8cfda962b1518b59a4e099400d7f11049f8794c4 | |
parent | 4de9ea557412d88556e6de483c5ccc1b545a3180 (diff) |
Add erlang 17.0 to travis
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a7eedb4..602266b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,5 @@ otp_release: - R15B - R14B04 - R14B03 + - 17.0 script: "make travis" |