From 3c5b61647cacd429c7460c47df851267d501150f Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Wed, 22 Feb 2017 13:56:46 +0100 Subject: Travis CI: Clean up --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3-65-gdbad