Skip to main content
Module

x/servest/.circleci/config.yml

🌾A progressive http server for Deno🌾
Go to Latest
File
version: 2jobs: build: docker: - image: circleci/node:stretch steps: - checkout - run: name: Install Deno command: | curl -fsSL https://deno.land/x/install/install.sh | bash -s -- v0.19.0 - run: name: Run Tests command: | export PATH=$HOME/.deno/bin:$PATH deno -A tests.ts