Skip to content

Commit 8986741

Browse files
committed
update travis
1 parent a1fe386 commit 8986741

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
language: d
22
dist: trusty
3-
sudo: required
3+
sudo: false
44
os:
55
- linux
66
- osx
77
packages:
88
- pkg-config
9+
- gcc-multilib
910
d:
1011
- ldc
1112
- ldc-beta
@@ -36,12 +37,11 @@ install:
3637
before_script:
3738
- export PATH=$PATH:$PWD/.ntmp
3839
script:
39-
- travis_wait 100 dub test --arch "$ARCH"
40+
# - travis_wait 100 dub test --arch "$ARCH"
41+
- meson build && cd build && meson configure -Ddefault_library=static && ninja -j4 && ninja -j4 test -v # TODO: 32bit meson test
4042
- ./test_examples.sh
41-
- travis_wait 100 dub test --arch "$ARCH" --build=unittest-cov
42-
- travis_wait 100 dub test --arch "$ARCH" --build=unittest-release
43-
- meson build && ninja -j8 -C build # TODO: 32bit meson test
44-
- ninja -j8 -C build test -v
43+
# - travis_wait 100 dub test --arch "$ARCH" --build=unittest-cov
44+
# - travis_wait 100 dub test --arch "$ARCH" --build=unittest-release
4545

4646
after_success:
4747
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)