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