Skip to main content
Module

x/redis/.travis.yml

πŸ¦• Redis client for Deno πŸ•
Very Popular
Go to Latest
File
language: python
install:- curl -fsSL https://deno.land/x/install/install.sh | sh -s -- v0.3.0- export PATH="$HOME/.deno/bin:$PATH"
services:- redis
script:- make test