ソースを参照

Merge pull request #196 from PQClean/fix_travis

Update OSX image
tags/v0.0.1
Thom Wiggers 5年前
committed by GitHub
コミット
8a7e6ef81d
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更9行の追加3行の削除
  1. +9
    -3
      .travis.yml

+ 9
- 3
.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:
@@ -48,6 +48,12 @@ matrix:
- "cd test && travis_wait 60 python3 -m nose --rednose --verbose"


cache: pip
cache:
directories:
- $HOME/Library/Caches/pip
- $HOME/Library/Caches/Homebrew

before_cache:
- brew cleanup

# vim: set ft=yaml ts=2 sw=2 tw=0 et :

読み込み中…
キャンセル
保存