Skip to main content
Module

x/docopt/.travis.yml

command line option parser, that will make you smile
Go to Latest
File
language: minimalservices: - dockerinstall: - docker build -t deno-test -f test/deno.Dockerfile . - docker build -t commonjs-test -f test/commonjs.Dockerfile .script: - docker run deno-test - docker run commonjs-test