瀏覽代碼

Update OSX image

tags/v0.0.1
Thom Wiggers 5 年之前
父節點
當前提交
3ca9cfe5cd
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 1BB0A7CE26E363
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      .travis.yml

+ 2
- 2
.travis.yml 查看文件

@@ -2,7 +2,7 @@ matrix:
include:
- name: "MacOS + Clang"
os: osx
osx_image: xcode10.1
osx_image: xcode10.2
compiler: clang
before_install:
- pip3 install -r requirements.txt
@@ -23,7 +23,7 @@ matrix:
- astyle
- name: "MacOS + GCC8"
os: osx
osx_image: xcode10.1
osx_image: xcode10.2
compiler: gcc
addons:
homebrew:


Loading…
取消
儲存