Explorar el Código

travis basic settings

tags/v0.9.0
Sean Enck hace 7 años
padre
commit
28562b0f85
No account linked to committer's email address
Se han modificado 2 ficheros con 5 adiciones y 0 borrados
  1. 3
    0
      .travis.yml
  2. 2
    0
      README.md

+ 3
- 0
.travis.yml Ver fichero

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

+ 2
- 0
README.md Ver fichero

@@ -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…
Cancelar
Guardar