Skip to content

Commit

Permalink
build: only run full matrix on default CI
Browse files Browse the repository at this point in the history
Skip the full-matrix build on secondary CI systems, but use just the
default to keep build-times low.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
  • Loading branch information
David Herrmann committed Aug 2, 2018
1 parent 8f1fdb7 commit b24d2e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
script:
- ./vmrun -- ../src/cherryci -d ../src/.cherryci -s c-util -m
- script:
- ./vmrun -T armv7hl -- ../src/cherryci -d ../src/.cherryci -s c-util -m
- ./vmrun -T armv7hl -- ../src/cherryci -d ../src/.cherryci -s c-util
- script:
- ./vmrun -T i686 -- ../src/cherryci -d ../src/.cherryci -s c-util -m
- ./vmrun -T i686 -- ../src/cherryci -d ../src/.cherryci -s c-util

0 comments on commit b24d2e2

Please sign in to comment.