Parcourir la source

Allow 302 to reduce false negative builds

pull/376/head
Dave Machado il y a 6 ans
committed by GitHub
Parent
révision
05afb55356
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml Voir le fichier

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

Chargement…
Annuler
Enregistrer