We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c8ad5f + bdaf062 commit a223f5bCopy full SHA for a223f5b
.circleci/config.yml
@@ -0,0 +1,20 @@
1
+version: 2
2
+jobs:
3
+ build:
4
+ machine: true
5
+ steps:
6
+ - checkout
7
+ - run:
8
+ name:
9
+ command: |
10
+ sudo apt-get -y update
11
+ sudo apt-get -y install shellcheck git
12
+
13
+ - run: git clone --depth 1 https://github.com/sstephenson/bats.git
14
+ - run: git submodule update --init
15
16
+ name: tests
17
18
+ export TERM=dumb && bats/bin/bats test/*.bats
19
+ shellcheck *.sh
20
circle.yml
0 commit comments