Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bats-core/bats-assert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Karns <jason@karns.name>2016-06-16 20:27:11 +0300
committerJason Karns <jason@karns.name>2016-06-16 20:27:11 +0300
commit6274d04aa0e1a81c27d4216e28a187f79bc31efa (patch)
treeef52826b295510c3dee8a45d47ed442ef81e3002
parent9f88b4207da750093baabc4e3f41bf68f0dd3630 (diff)
don't bother installing bats, just clone it
-rw-r--r--.travis.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index e56169a..deeb1bc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,6 @@
language: bash
-before_install:
- - ./script/install-bats.sh
+install:
+ - git clone --depth 1 https://github.com/sstephenson/bats
- git clone --depth 1 https://github.com/ztombol/bats-support ../bats-support
-before_script:
- - export PATH="${HOME}/.local/bin:${PATH}"
script:
- - bats test
+ - ./bats/bin/bats test