Skip to content

Commit 8f71b8d

Browse files
committed
adding .travis file
1 parent a48fd50 commit 8f71b8d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
services: docker
3+
4+
env:
5+
- distro: ubuntu1804
6+
7+
script:
8+
# Run tests.
9+
- ${PWD}/tests/test.sh

0 commit comments

Comments
 (0)