Skip to content

Commit

Permalink
update travis yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
patlehmann1 authored and patlehmann1 committed May 12, 2020
1 parent 67ed3e0 commit c61350e
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
language: python

install:
- curl -fsSL https://deno.land/x/install/install.sh | sh -s v0.42.0
- export PATH="$HOME/.deno/bin:$PATH"

script:
- deno test test/*
jobs:
include:
install:
- curl -fsSL https://deno.land/x/install/install.sh | sh -s v0.42.0
- export PATH="$HOME/.deno/bin:$PATH"
script: deno test/*
install:
- curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.0.0-rc1
- export PATH="$HOME/.deno/bin:$PATH"
script: deno test/*
install:
- curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.0.0-rc2
- export PATH="$HOME/.deno/bin:$PATH"
script: deno test/*

0 comments on commit c61350e

Please sign in to comment.