diff options
author | Tristan Sloughter <tristan.sloughter@gmail.com> | 2014-06-11 16:38:48 -0500 |
---|---|---|
committer | Tristan Sloughter <tristan.sloughter@gmail.com> | 2014-06-11 16:38:48 -0500 |
commit | 908028858fc4376c02951dd1e524008d24c453f1 (patch) | |
tree | 8cfda962b1518b59a4e099400d7f11049f8794c4 /.travis.yml | |
parent | 7936f9e873beb5887a8a81c24bdcbe09de3dd337 (diff) | |
parent | 4e67d254db38f349885fe5bb7dab764a9978deff (diff) |
Merge pull request #292 from matwey/namespaced_types
Namespaced types: fix build for 17.0
Diffstat (limited to '.travis.yml')
-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" |