We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c4ff1 commit 0a77246Copy full SHA for 0a77246
.travis.yml
@@ -0,0 +1,23 @@
1
+language: cpp
2
+
3
+branches:
4
+ only:
5
+ - master
6
7
+dist: bionic
8
9
+addons:
10
+ apt:
11
+ packages:
12
+ - cmake
13
+ - make
14
+ - g++
15
+ - pkg-config
16
17
+# Build steps
18
+script:
19
+ - ./build_simple.sh
20
+ - cd unit-tests.wsjcpp
21
22
+ - ./unit-tests
23
README.md
@@ -1,5 +1,8 @@
# wsjcpp-jsonrpc2
-Implementation for JsonRPC 2.0
+[](https://travis-ci.com/wsjcpp/wsjcpp-jsonrpc20)
+C++ Implementation for JsonRPC 2.0
## Features
0 commit comments