Skip to content

Commit b16d900

Browse files
committed
travis: minor fix
Signed-off-by: Ahmed Samy <[email protected]>
1 parent 7f9fb6d commit b16d900

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.travis.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
os: linux
22
language: c
3-
compiler: gcc
43
sudo: required
54

65
cache:
@@ -13,13 +12,16 @@ matrix:
1312
fast_finish: true
1413
include:
1514
- os: linux
15+
env:
16+
- B=MinGW
1617
install:
17-
- sudo apt-get install -y gcc-mingw-w64-x86-64 binutils-mingw-w64-x86-64
18-
- sudo apt-get install -y mingw-w64 mingw-w64-dev
18+
- sudo apt-get install -y gcc-mingw-w64-x86-64 binutils-mingw-w64-x86-64
19+
- sudo apt-get install -y mingw-w64 mingw-w64-dev
1920
script:
20-
- make -f Makefile.windows C=1
21-
21+
- make -f Makefile.windows C=1
2222
- os: linux
23+
env:
24+
- B=Linux
2325
install:
2426
- sudo apt-get install -y linux-headers-$(uname -r)
2527
script:

0 commit comments

Comments
 (0)