Call the right test script

This commit is contained in:
2020-11-12 19:09:39 -07:00
parent 232f3870e5
commit 109dc2bb70
2 changed files with 3 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ env:
- HISS_TARGET=interp - HISS_TARGET=interp
- HISS_TARGET=js - HISS_TARGET=js
- HISS_TARGET=nodejs - HISS_TARGET=nodejs
- HISS_TARGET=py3 - HISS_TARGET=py
jobs: jobs:
# Allow Haxe development to fail. # Allow Haxe development to fail.
@@ -35,4 +35,4 @@ install:
curl -sSLf https://lib.haxe.org/p/jQueryExtern/3.2.1/download/ -o /dev/null; curl -sSLf https://lib.haxe.org/p/jQueryExtern/3.2.1/download/ -o /dev/null;
fi fi
script: ./test-travis.sh script: ./test.sh

View File

@@ -1,2 +1,3 @@
#! /bin/bash #! /bin/bash
HISS_TARGET=${HISS_TARGET:-$1}
haxe src/build-scripts/test/$1.hxml haxe src/build-scripts/test/$1.hxml