Skip to content

Commit 3248793

Browse files
authored
Fix travis.yml syntax (#4)
1 parent 7018459 commit 3248793

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
sudo: false
22

3-
- os: linux
4-
env: TARGET=x86_64-unknown-linux-musl
3+
matrix:
4+
include:
5+
- os: linux
6+
env: TARGET=x86_64-unknown-linux-musl
57

68
addons:
79
apt:
810
packages:
911
- musl
1012

1113
script:
12-
- ./.travis/tests.sh
14+
- ./.travis/build.sh

.travis/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ git checkout -b "${KEXEC_TOOLS_VERSION}"
1111
./configure
1212
make
1313
strip build/sbin/*
14+
du -hs build/sbin/*

0 commit comments

Comments
 (0)