new travis configuration (#1)

* New builder
This commit is contained in:
Cassiano Aquino 2019-10-18 11:04:41 +01:00 committed by GitHub
commit a3a7cf07e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 234 additions and 27 deletions

View file

@ -141,7 +141,6 @@ func NewWiFiModule(s *session.Session) *WiFiModule {
return err
}))
mod.AddHandler(session.NewModuleHandler("wifi.client.probe.sta.filter FILTER", "wifi.client.probe.sta.filter (.+)",
"Use this regular expression on the station address to filter client probes, 'clear' to reset the filter.",
func(args []string) (err error) {