Skip to content

Commit 8e62276

Browse files
committed
full test suite
1 parent a9bf77e commit 8e62276

File tree

2 files changed

+550
-43
lines changed

2 files changed

+550
-43
lines changed

.travis.yml

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,38 @@ env:
1111
matrix:
1212
include:
1313
# Nightly, for testing
14-
- env: TARGET=x86_64-unknown-linux-gnu
14+
- env: TARGET=x86_64-unknown-linux-gnu VENDOR=Atmel
15+
rust: nightly
16+
- env: TARGET=x86_64-unknown-linux-gnu VENDOR=Freescale
17+
rust: nightly
18+
- env: TARGET=x86_64-unknown-linux-gnu VENDOR=Fujitsu
19+
rust: nightly
20+
- env: TARGET=x86_64-unknown-linux-gnu VENDOR=Holtek
21+
rust: nightly
22+
- env: TARGET=x86_64-unknown-linux-gnu VENDOR=Nordic
23+
rust: nightly
24+
- env: TARGET=x86_64-unknown-linux-gnu VENDOR=NXP
25+
rust: nightly
26+
- env: TARGET=x86_64-unknown-linux-gnu VENDOR=SiliconLabs
27+
rust: nightly
28+
- env: TARGET=x86_64-unknown-linux-gnu VENDOR=Spansion
29+
rust: nightly
30+
- env: TARGET=x86_64-unknown-linux-gnu VENDOR=STMicro
31+
rust: nightly
32+
- env: TARGET=x86_64-unknown-linux-gnu VENDOR=Toshiba
1533
rust: nightly
1634

1735
# Linux
18-
- env: TARGET=i686-unknown-linux-gnu DISABLE_TESTS=1
19-
- env: TARGET=i686-unknown-linux-musl DISABLE_TESTS=1
20-
- env: TARGET=x86_64-unknown-linux-gnu DISABLE_TESTS=1
21-
- env: TARGET=x86_64-unknown-linux-musl DISABLE_TESTS=1
36+
# - env: TARGET=i686-unknown-linux-gnu
37+
# - env: TARGET=i686-unknown-linux-musl
38+
# - env: TARGET=x86_64-unknown-linux-gnu
39+
# - env: TARGET=x86_64-unknown-linux-musl
2240

2341
# OSX
24-
- env: TARGET=i686-apple-darwin DISABLE_TESTS=1
25-
os: osx
26-
- env: TARGET=x86_64-apple-darwin DISABLE_TESTS=1
27-
os: osx
42+
# - env: TARGET=i686-apple-darwin
43+
# os: osx
44+
# - env: TARGET=x86_64-apple-darwin
45+
# os: osx
2846

2947
install:
3048
- sh ci/install.sh

0 commit comments

Comments
 (0)