Ver a proveniência

Fix --allow syntax

pull/378/head
Thomas Wiringa há 6 anos
ascendente
cometimento
bd73197a23
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml Ver ficheiro

@@ -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

Carregando…
Cancelar
Guardar