浏览代码

Merge pull request #551 from tsloughter/travis_update

update travis to test on 18 and 17.5
pull/605/head
Fred Hebert 10 年前
父节点
当前提交
2937aed15d
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. +6
    -1
      .travis.yml

+ 6
- 1
.travis.yml 查看文件

@ -1,6 +1,8 @@
sudo: false
language: erlang language: erlang
otp_release: otp_release:
- 17.0
- 18.0
- 17.5
- R16B03-1 - R16B03-1
- R15B03 - R15B03
before_script: "./bootstrap" before_script: "./bootstrap"
@ -8,6 +10,9 @@ script: "./rebar3 ct"
branches: branches:
only: only:
- master - master
cache:
directories:
- $HOME/.cache/rebar3/hex/com/amazonaws/s3/s3.hex.pm/tarballs/packages/
before_deploy: "rm -rf !(rebar3)" before_deploy: "rm -rf !(rebar3)"
deploy: deploy:
on: on:

正在加载...
取消
保存