Skip to content

Commit 5a1c2a7

Browse files
committed
ditto
1 parent b0fb8f4 commit 5a1c2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ before_script:
3838
script:
3939
# - travis_wait 100 dub test --arch "$ARCH"
4040
- ./test_examples.sh
41-
- meson build && cd build && meson configure -Ddefault_library=static && ninja -j4 && ninja -j4 test -v # TODO: 32bit meson test
41+
- meson build && cd build && meson configure -Ddefault_library=static && ninja -j4 && ninja -j4 test -v && cd .. # TODO: 32bit meson test
4242
# - travis_wait 100 dub test --arch "$ARCH" --build=unittest-cov
4343
# - travis_wait 100 dub test --arch "$ARCH" --build=unittest-release
4444

0 commit comments

Comments
 (0)