Skip to content

Commit 7319d54

Browse files
jimmodpgeorge
authored andcommitted
travis: Update travis to specify which unix variant to build.
1 parent 2357338 commit 7319d54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- make ${MAKEOPTS} -C mpy-cross
7474
- make ${MAKEOPTS} -C ports/unix submodules
7575
- make ${MAKEOPTS} -C ports/unix deplibs
76-
- make ${MAKEOPTS} -C ports/unix coverage
76+
- make ${MAKEOPTS} -C ports/unix VARIANT=coverage
7777
# run the main test suite
7878
- (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests)
7979
- (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests -d thread)
@@ -157,7 +157,7 @@ jobs:
157157
- make ${MAKEOPTS} -C mpy-cross PYTHON=python2
158158
- make ${MAKEOPTS} -C ports/unix submodules
159159
- make ${MAKEOPTS} -C ports/unix PYTHON=python2 deplibs
160-
- make ${MAKEOPTS} -C ports/unix PYTHON=python2 nanbox
160+
- make ${MAKEOPTS} -C ports/unix PYTHON=python2 VARIANT=nanbox
161161
- (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython_nanbox ./run-tests)
162162

163163
# unix stackless

0 commit comments

Comments
 (0)