Skip to content

Commit

Permalink
Test both the default and openpgp variants in Travis.
Browse files Browse the repository at this point in the history
This uses the Travis test matrix support; arguably the total time might
be smaller if setting up the VM only once and running both variants
within the shell script.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
  • Loading branch information
mtrmac committed Mar 2, 2017
1 parent cbb5efc commit 4683181
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
email: false
go:
- 1.7
script: make tools .gitvalidation validate test test-skopeo
env:
- BUILDTAGS='btrfs_noversion libdm_no_deferred_remove'
- BUILDTAGS='btrfs_noversion libdm_no_deferred_remove containers_image_openpgp'
script: make tools .gitvalidation validate test test-skopeo BUILDTAGS="$BUILDTAGS"
dist: trusty
os:
- linux
Expand Down

0 comments on commit 4683181

Please sign in to comment.