Explorar el Código

Create .travis.yml

pull/551/head
Jose Diaz-Gonzalez hace 10 años
padre
commit
3952f57093
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7
    0
      .travis.yml

+ 7
- 0
.travis.yml Ver fichero

@@ -0,0 +1,7 @@
1
+language: ruby
2
+rvm:
3
+  - 2.2
4
+before_script:
5
+  - gem install awesome_bot
6
+script:
7
+  - awesome_bot README.md

Loading…
Cancelar
Guardar