From a628a499fa7794ef421e814ae487635890af1cb3 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 8 Nov 2018 11:57:00 -0500 Subject: [PATCH] Simplify travis. Original: https://github.com/denoland/deno_std/commit/22151e4f7bddfa14aed096d7ad7d021b026b562b --- .travis.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1a75f9cbde..7da118d4df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,8 @@ language: python -os: - - linux - -python: - - "2.7" - install: -- |- - curl -sSf https://raw.githubusercontent.com/denoland/deno_install/master/install.py | python - export PATH="$HOME/.deno/bin:$PATH" +- curl -sSf https://raw.githubusercontent.com/denoland/deno_install/master/install.py | python +- export PATH="$HOME/.deno/bin:$PATH" script: - - deno test.ts +- deno test.ts