Skip to content

Commit b7d533f

Browse files
committed
comment out everything but the windows build
to speed up testing this new configuration
1 parent 4f1ef44 commit b7d533f

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

.travis.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -11,42 +11,42 @@ env:
1111
matrix:
1212
include:
1313
# Nightly, for testing
14-
- env: TARGET=x86_64-unknown-linux-gnu VENDOR=Atmel
14+
# - env: TARGET=x86_64-unknown-linux-gnu VENDOR=Atmel
1515

16-
- env: TARGET=x86_64-unknown-linux-gnu VENDOR=Freescale
16+
# - env: TARGET=x86_64-unknown-linux-gnu VENDOR=Freescale
1717

18-
- env: TARGET=x86_64-unknown-linux-gnu VENDOR=Fujitsu
18+
# - env: TARGET=x86_64-unknown-linux-gnu VENDOR=Fujitsu
1919

20-
- env: TARGET=x86_64-unknown-linux-gnu VENDOR=Holtek
20+
# - env: TARGET=x86_64-unknown-linux-gnu VENDOR=Holtek
2121

22-
- env: TARGET=x86_64-unknown-linux-gnu VENDOR=Nordic
22+
# - env: TARGET=x86_64-unknown-linux-gnu VENDOR=Nordic
2323

24-
- env: TARGET=x86_64-unknown-linux-gnu VENDOR=Nuvoton
24+
# - env: TARGET=x86_64-unknown-linux-gnu VENDOR=Nuvoton
2525

26-
- env: TARGET=x86_64-unknown-linux-gnu VENDOR=NXP
26+
# - env: TARGET=x86_64-unknown-linux-gnu VENDOR=NXP
2727

28-
- env: TARGET=x86_64-unknown-linux-gnu VENDOR=SiliconLabs
28+
# - env: TARGET=x86_64-unknown-linux-gnu VENDOR=SiliconLabs
2929

30-
- env: TARGET=x86_64-unknown-linux-gnu VENDOR=Spansion
30+
# - env: TARGET=x86_64-unknown-linux-gnu VENDOR=Spansion
3131

32-
- env: TARGET=x86_64-unknown-linux-gnu VENDOR=STMicro
32+
# - env: TARGET=x86_64-unknown-linux-gnu VENDOR=STMicro
3333

34-
- env: TARGET=x86_64-unknown-linux-gnu VENDOR=Toshiba
34+
# - env: TARGET=x86_64-unknown-linux-gnu VENDOR=Toshiba
3535

36-
- env: TARGET=x86_64-unknown-linux-gnu VENDOR=OTHER
37-
rust: nightly
36+
# - env: TARGET=x86_64-unknown-linux-gnu VENDOR=OTHER
37+
# rust: nightly
3838

39-
# Linux
40-
- env: TARGET=i686-unknown-linux-gnu
41-
- env: TARGET=i686-unknown-linux-musl
42-
- env: TARGET=x86_64-unknown-linux-gnu
43-
- env: TARGET=x86_64-unknown-linux-musl
39+
# # Linux
40+
# - env: TARGET=i686-unknown-linux-gnu
41+
# - env: TARGET=i686-unknown-linux-musl
42+
# - env: TARGET=x86_64-unknown-linux-gnu
43+
# - env: TARGET=x86_64-unknown-linux-musl
4444

45-
# OSX
46-
- env: TARGET=i686-apple-darwin
47-
os: osx
48-
- env: TARGET=x86_64-apple-darwin
49-
os: osx
45+
# # OSX
46+
# - env: TARGET=i686-apple-darwin
47+
# os: osx
48+
# - env: TARGET=x86_64-apple-darwin
49+
# os: osx
5050

5151
# Windows
5252
- env: TARGET=x86_64-pc-windows-msvc

0 commit comments

Comments
 (0)