Browse Source

travis basic settings

tags/v0.9.0
Sean Enck 7 years ago
parent
commit
28562b0f85
No account linked to committer's email address
2 changed files with 5 additions and 0 deletions
  1. 3
    0
      .travis.yml
  2. 2
    0
      README.md

+ 3
- 0
.travis.yml View File

@@ -0,0 +1,3 @@
1
+language: go
2
+
3
+script: make

+ 2
- 0
README.md View File

@@ -67,6 +67,8 @@ The `stable` branch contains the latest release. You can run this for a producti
67 67
 
68 68
 #### Building
69 69
 
70
+[![Build Status](https://travis-ci.org/enckse/oragono.svg?branch=master)](https://travis-ci.org/enckse/oragono)
71
+
70 72
 Clone the appropriate branch. From the root folder, run `make` to generate all release files for all of our target OSes:
71 73
 ```
72 74
 make

Loading…
Cancel
Save