Skip to content

Commit 6cbb882

Browse files
committed
remove meson configuration
1 parent a2d08b0 commit 6cbb882

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
@@ -35,7 +35,7 @@ before_script:
3535
script:
3636
# - travis_wait 100 dub test --arch "$ARCH"
3737
- ./test_examples.sh
38-
- meson build && cd build && meson configure -Ddefault_library=static && ninja -j4 && ninja -j4 test -v && cd .. # TODO: 32bit meson test
38+
- meson build && cd build && ninja -j4 && ninja -j4 test -v && cd .. # TODO: 32bit meson test
3939
# - travis_wait 100 dub test --arch "$ARCH" --build=unittest-cov
4040
# - travis_wait 100 dub test --arch "$ARCH" --build=unittest-release
4141

0 commit comments

Comments
 (0)