Skip to content

Bump cross-spawn from 7.0.2 to 7.0.6 #6

Bump cross-spawn from 7.0.2 to 7.0.6

Bump cross-spawn from 7.0.2 to 7.0.6 #6

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
haxe-version:
- '4.2.1'
target:
- interp
- node
- neko
# - python
- php
- cpp
# - java -D jvm
steps:
- uses: actions/checkout@v2
- uses: lix-pm/setup-lix@master
- run: lix install haxe ${{ matrix.haxe-version }}
- run: lix download
- run: lix run travix ${{ matrix.target }}