Unverified Commit cbc0ddc7 authored by Hiroshi SHIBATA's avatar Hiroshi SHIBATA
Browse files

Split macOS test to GitHub Actions. Because Travis CI add a rate-limit for OSS project

parent 01d9e8a9
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
name: test with macos

on: [push, pull_request]

jobs:
  build:
    runs-on: macos-latest
    steps:
    - uses: actions/checkout@v2
    - run: git clone --depth 1 https://github.com/sstephenson/bats.git
    - run: PATH="./bats/bin:$PATH" script/test
+0 −3
Original line number Diff line number Diff line
sudo: false
os:
  - osx
  - linux
install: git clone --depth 1 https://github.com/sstephenson/bats.git
script: PATH="./bats/bin:$PATH" script/test
language: c