Skip to content

Commit a223f5b

Browse files
Merge pull request #304 from serkanh/circle20
Circle20
2 parents 1c8ad5f + bdaf062 commit a223f5b

File tree

2 files changed

+20
-21
lines changed

2 files changed

+20
-21
lines changed

.circleci/config.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
- run:
16+
name: tests
17+
command: |
18+
export TERM=dumb && bats/bin/bats test/*.bats
19+
shellcheck *.sh
20+

circle.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)