Skip to content

Commit 56838ce

Browse files
committed
added travis.yml
1 parent 96712de commit 56838ce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
before_install:
2+
- sudo add-apt-repository ppa:duggan/bats --yes
3+
- sudo apt-get update -qq
4+
- sudo apt-get install -qq bats
5+
script:
6+
- bats tests

0 commit comments

Comments
 (0)