Skip to content

Commit b0fb8f4

Browse files
committed
ditto
1 parent 82fc867 commit b0fb8f4

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
@@ -37,8 +37,8 @@ before_script:
3737
- export PATH=$PATH:$PWD/.ntmp
3838
script:
3939
# - travis_wait 100 dub test --arch "$ARCH"
40-
- meson build && cd build && meson configure -Ddefault_library=static && ninja -j4 && ninja -j4 test -v # TODO: 32bit meson test
4140
- ./test_examples.sh
41+
- meson build && cd build && meson configure -Ddefault_library=static && ninja -j4 && ninja -j4 test -v # 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)