Skip to content

Commit 78bdaa4

Browse files
author
Scott Schneider
committed
Add test on PR through travis
1 parent d14d7aa commit 78bdaa4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
dist: bionic
2+
language: cpp
3+
jobs:
4+
include:
5+
- script: cpp/build-and-test.sh

cpp/build-and-test.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@ docker run -it \
1313
${FQDN_IMAGE} \
1414
bash -c "cd /stage; make ${TARGETS} && make zip && ./bin/test"
1515

16-
17-

0 commit comments

Comments
 (0)