Explorar el Código

Fix --allow syntax

pull/378/head
Thomas Wiringa hace 6 años
padre
commit
bd73197a23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml Ver fichero

@@ -1,6 +1,6 @@
language: ruby
rvm: 2.2
before_script: gem install awesome_bot
script: awesome_bot README.md --allow-ssl --allow 403 302
script: awesome_bot README.md --allow-ssl --allow 403,302
notifications:
email: false

Cargando…
Cancelar
Guardar