Skip to content

Commit ce7c497

Browse files
Merge branch 'master' of github.com:so-fancy/diff-so-fancy into next
2 parents 4a75f22 + a223f5b commit ce7c497

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
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+

0 commit comments

Comments
 (0)