Tightening the project testing setup

This commit is contained in:
2020-11-17 15:39:00 -07:00
parent c744b82112
commit 376e856993
6 changed files with 27 additions and 4 deletions

View File

@@ -26,8 +26,13 @@ jobs:
haxe: stable
# Test experiments in separate job
- script: KISS_HEADLESS=true ./test-projects.sh
os:
- mac
- linux
- windows
haxe: stable
env:
- KISS_TARGET=projects
install:
- if [ "${TRAVIS_OS_NAME}" = "windows" ]; then