Skip to content

Commit

Permalink
Installation for BATS added, and removed deprecated yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaoc000 committed Apr 25, 2019
1 parent 5fe987d commit b403b0d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -7,4 +7,5 @@ services:
before_install:

# Figure out what version of docker-compose we're running
- docker-compose --version
- docker-compose --version
- bash install.sh
5 changes: 5 additions & 0 deletions install.sh
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

git clone https://github.com/sstephenson/bats.git
cd bats
./install.sh /usr/local
1 change: 0 additions & 1 deletion test-runner/tests/demo-test-suite.yml
Expand Up @@ -16,4 +16,3 @@

- import: tests/controller-smoke-tests.yml
- import: tests/connector-smoke-tests.yml
- import: tests/agent-smoke-tests.yml

0 comments on commit b403b0d

Please sign in to comment.