Skip to content

Commit ab8927c

Browse files
author
Jorge Aparicio
committed
put the target first
1 parent 8c029ed commit ab8927c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ sudo: false
33

44
matrix:
55
include:
6+
- env: TARGET=i586-unknown-linux-gnu
7+
os: linux
8+
services: docker
9+
sudo: required
610
- env: TARGET=aarch64-unknown-linux-gnu
711
os: linux
812
dist: trusty
@@ -42,10 +46,6 @@ matrix:
4246
packages: *armhf
4347
- env: TARGET=i686-apple-darwin
4448
os: osx
45-
- env: TARGET=i586-unknown-linux-gnu
46-
os: linux
47-
services: docker
48-
sudo: required
4949
- env: TARGET=i686-unknown-linux-gnu
5050
os: linux
5151
addons:

0 commit comments

Comments
 (0)