conejoninja / tesoro

Go package for TREZOR devices
Other
11 stars 5 forks source link

Enable Travis CI #10

Closed rfjakob closed 6 years ago

rfjakob commented 6 years ago

Add .travis.yml and add the build status badge to the README.

You will need to enable Travis on your repository on https://travis-ci.org/profile/conejoninja so that the status badge works and new commits are built automatically.

rfjakob commented 6 years ago

Note: The Bitcoin line appears changed because a newline at the end of the file was missing. The address is unchanged.

-Bitcoin: **1G9d7uVvioNt8Emsv6fVmCdAPc41nX1c8J**
\ No newline at end of file
+Bitcoin: **1G9d7uVvioNt8Emsv6fVmCdAPc41nX1c8J**
conejoninja commented 6 years ago

Thanks!