Skip to content

Commit

Permalink
merged from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocampos-ssa committed Aug 26, 2019
2 parents 7d41f96 + f8cbb85 commit 79a6844
Show file tree
Hide file tree
Showing 520 changed files with 34,864 additions and 2,074 deletions.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Please answer these questions before submitting your issue. Thanks!
<!-- Please answer these questions before submitting your issue. Thanks! -->

1. What did you do?
If possible, provide a recipe for reproducing the error.
### 1. What did you do?
<!--If possible, provide a recipe for reproducing the error. -->


2. What did you expect to see?
### 2. What did you expect to see?



3. What did you see instead?
### 3. What did you see instead?


5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,7 @@ nodeId.properties
Wallet

# vm_trace
/vm_trace/
/vm_trace/

# vscode
/.vscode/
40 changes: 21 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,42 +1,44 @@
sudo: required
dist: trusty
language: java
dist: trusty
jdk: oraclejdk8
addons:
ssh_known_hosts:
- 47.93.42.145:22008
- 47.93.42.145:22008
- 47.93.42.145:22008
- 47.93.18.60:22008
- 47.93.18.60:22008
- 47.93.18.60:22008
- 47.93.42.145:22008
- 47.93.42.145:22008
- 47.93.42.145:22008
- 47.93.18.60:22008
- 47.93.18.60:22008
- 47.93.18.60:22008
sonarcloud:
organization: tron-zhaohong
token:
secure: "KXWEeQ1elAoQ0XfR54TQWfhrIdDP0+2CYPv2X9aWpU/YDl7hqZBAjcCOAUGvlbyM54jtG6YMaWwG48jlrOwwl5l/VjWSnUXF+7ixQy5ki0Ci9s7Y1pTQwV9SpL8TLIK2TYqabN8Mw+FJULASXLjYr9GerbbcUbCPTmcL6mQKw6ivxxpNPmz4eNoKAEuOzruO9fTXGAV3yr8Nn85c+mVxV8EUhkR17zpE9O8fvzOtSnYArWNOSCgDBn0EG45UNNPF2vn44s1c3h3gX1m3WK6PeCXPgy3hPqRn3wTG+xglnbqthGpo2wt1rJ83af+BwdYwvPEcUq84yLgXcE/aMkTKcVAfPWBP/6vblaoI90jxCeFji+MdMimKZAqIXt7oLqDZVmIq65de5YC5s7QTSbzJNY/tsAu3dqzSfbUJY6CRNFDcoenVpvgQkqb37TkDah4mJM8EUjbu2A9Q2HSFbyCVsQJtdasuu9cBOf6azK3U0XgFNBc0y2aziZrTnX30q7bi+5L/mbTnRdXrDqBOqyPeGtT77UZfcajHHmEWU/e6gYWiA/c+K25n13DD53Au6gpnnQ6ALeUl/1gDwz3fPBebJ5bVWrkIcLj7bbysjzfOvQmDS6G13RNz58Hm0/B7bVtZTr1E1q6Z1zEJwbuJYEJASNcezAfK5x/hIfZTGNqT3M8="
cache:
directories:
- '$HOME/.sonar/cache'
- '$HOME/.sonar/cache'
matrix:
include:
- name: build
script:
- sh tron.sh
- "./gradlew build"
- "./gradlew jacocoTestReport"
- name: build
script:
- sh tron.sh
- "./gradlew build"
- "./gradlew jacocoTestReport"


- name: stest
script:
- sh tron.sh
- bash deploy.sh
- name: stest
script:
- sh tron.sh
- bash deploy.sh


after_success:
- "bash <(curl -s https://codecov.io/bash) -t 060bb400-c6fe-4d5f-a6c8-427105c746ac -s build/reports/jacoco/"
- "bash <(curl -s https://codecov.io/bash) -t 060bb400-c6fe-4d5f-a6c8-427105c746ac -s build/reports/jacoco/"

skip_build:
- README.md:
- LICENSE
- README.md:
- LICENSE



Expand Down
Loading

0 comments on commit 79a6844

Please sign in to comment.