Implement the show command (#53)
This commit is contained in:
parent
b9b555ba68
commit
f425d3f007
14 changed files with 231 additions and 55 deletions
21
.travis.yml
21
.travis.yml
|
|
@ -1,17 +1,10 @@
|
|||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
dist: xenial
|
||||
language: minimal
|
||||
services:
|
||||
- docker
|
||||
env:
|
||||
- OS_NAME: linux
|
||||
- os: osx
|
||||
language: minimal
|
||||
env:
|
||||
- OS_NAME: macos
|
||||
osx_image: xcode10.2
|
||||
os: linux
|
||||
dist: xenial
|
||||
language: minimal
|
||||
services:
|
||||
- docker
|
||||
env:
|
||||
- OS_NAME: linux
|
||||
script:
|
||||
- ./build.sh _travis-${TRAVIS_OS_NAME}
|
||||
- ./scripts/travis_test.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue