summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml13
1 files changed, 3 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index 1a75f9cbd..7da118d4d 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