Module

x/semver/.travis.yml

The semver parser for Deno (a fork of node-semver using TypeScript)
Extremely Popular
Go to Latest
File
sudo: false
env: global: - DENO_VERSION=v1.0.0
cache: directories: - $HOME/.cache/deno
before_install: - curl -L https://deno.land/x/install/install.sh | sh -s $DENO_VERSION - export PATH="$HOME/.deno/bin:$PATH"
script: - deno run ./test/test.ts