mirror of
https://github.com/containers/skopeo.git
synced 2025-04-27 11:01:18 +00:00
- (make check): GNU coding standards-compliant primary entry point, running all available tests in the best environment (i.e. Docker container). - (make test-all-local): Local entry point, running only tests which do not require a special environment; intended for IDE integration and quick turnaround cycles. Also modifies the Travis configuration to run (make check), to prevent duplication.
11 lines
92 B
YAML
11 lines
92 B
YAML
sudo: required
|
|
|
|
services:
|
|
- docker
|
|
|
|
notifications:
|
|
email: false
|
|
|
|
script:
|
|
- make check
|