aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index daca79e..7913772 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,13 +2,10 @@ language: bash
# Install BATS without root permissions
# so do not need "sudo: required" and support
-# the container environment with faster boot time
+# the container environment, too
# https://docs.travis-ci.com/user/ci-environment/#Virtualization-environments
install:
- git clone --depth 1 https://github.com/sstephenson/bats.git
- ( cd bats && ./install.sh ~/.local )
-env:
-- PATH="${PATH}:${HOME}/.local"
-
script: ./test.bats