support_bionic freebsd: add except, remove alias, fix tests

Push event #486.1 passed

  • Ran for
AMD64
Ruby
Git
.travis.yml
language: ruby

cache: bundler

before_install:
- gem install bundler

script:
- bundle exec rspec spec
- bundle exec rspec spec/integrate/configs_spec.rb --tag configs

# - bundle exec bin/spec > spec.json
# - git diff --stat --exit-code
# - git diff --stat --cached --exit-code
Build Config
{
  "os": [
    "linux"
  ],
  "cache": {
    "bundler": true
  },
  "script": [
    "bundle exec rspec spec",
    "bundle exec rspec spec/integrate/configs_spec.rb --tag configs"
  ],
  "language": "ruby",
  "before_install": [
    "gem install bundler"
  ]
}