diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2017-02-22 13:56:46 +0100 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2017-02-22 14:19:31 +0100 |
commit | 3c5b61647cacd429c7460c47df851267d501150f (patch) | |
tree | aa14a03830a0ca33b576c7a11dbaa2f80645aacc | |
parent | Travis CI: Pull installation of dependencies out of script, drop sudo (diff) | |
download | porticron-3c5b61647cacd429c7460c47df851267d501150f.tar.gz porticron-3c5b61647cacd429c7460c47df851267d501150f.tar.bz2 porticron-3c5b61647cacd429c7460c47df851267d501150f.zip |
Travis CI: Clean up
-rw-r--r-- | .travis.yml | 5 |
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 |