Browse Source

drop r15 from appveyor config

pull/1470/head
alisdair sullivan 8 years ago
committed by GitHub
parent
commit
205d0bfd5b
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      appveyor.yml

+ 1
- 2
appveyor.yml View File

@ -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
on_build_status_changed: false

Loading…
Cancel
Save