Skip to main content
Module

x/hexterm/.travis.yml

Convert hexadecimal color codes to closest Xterm
Latest
File
language: genericos: linuxservices: - dockerbranches: only: - masterbefore_install: - pwd - curl -fsSL https://deno.land/x/install/install.sh | sh - ls -l $HOME/.deno - export DENO_INSTALL="$HOME/.deno" - export PATH="$DENO_INSTALL/bin:$PATH" - deno run https://deno.land/std/examples/welcome.tsscript: - deno test