Explorar el Código

[travis] white list redis (#650)

pull/651/head
ReadmeCritic hace 10 años
padre
commit
26e4a334e4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml Ver fichero

4
 before_script:
4
 before_script:
5
   - gem install awesome_bot
5
   - gem install awesome_bot
6
 script:
6
 script:
7
-  - awesome_bot README.md --white-list amazon.com,igor.io,hoa-project.net
7
+  - awesome_bot README.md --white-list amazon.com,igor.io,hoa-project.net,redis.io
8
 notifications:
8
 notifications:
9
   email: false
9
   email: false

Loading…
Cancelar
Guardar