Skip to content

Commit b9378be

Browse files
add travis for testing
Signed-off-by: Arnav Gupta <arnav@codingblocks.com>
1 parent a4f604b commit b9378be

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: bash
2+
sudo: required
3+
services:
4+
- docker
5+
6+
install:
7+
- "bash build_workers.sh"
8+
9+
script:
10+
- "bash test.sh"

0 commit comments

Comments
 (0)