diff options
author | alisdair sullivan <alisdairsullivan@yahoo.ca> | 2017-07-09 14:00:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-09 14:00:44 -0700 |
commit | 205d0bfd5bf78e9b23c2fec36a54012ca4ac5bd0 (patch) | |
tree | 12e2d380678a5ef5ae70514b1826ce813cff5e7e | |
parent | 8f82c90825ca241f17071f99da36f3f55bddcf65 (diff) |
drop r15 from appveyor config
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 1356d3a..fa44ffa 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,7 +7,6 @@ environment: - erlang_vsn: 19.2 - erlang_vsn: 18.3 - erlang_vsn: 17.5 - - erlang_vsn: 15.3.1 install: - ps: choco install erlang --version $env:erlang_vsn build_script: @@ -18,4 +17,4 @@ notifications: - provider: GitHubPullRequest on_build_success: true on_build_failure: true - on_build_status_changed: false
\ No newline at end of file + on_build_status_changed: false |