We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47ff9f8 commit 2274deaCopy full SHA for 2274dea
.travis.yml
@@ -0,0 +1,7 @@
1
+---
2
+sudo: required
3
+language: java
4
+jdk: oraclejdk8
5
+
6
+script:
7
+ - protoc --java_out=./ ./core/*.proto ./api/*.proto
README.md
@@ -1,4 +1,6 @@
-# protocol
+# protocol [](https://travis-ci.org/tronprotocol/protocol)
the protocol of tron including api and message.
java-tron and wallet-cli
0 commit comments