dmacvicar / terraform-provider-libvirt

Terraform provider to provision infrastructure with Linux's KVM using libvirt
Apache License 2.0
1.59k stars 458 forks source link

Update .travis.yml to satisfy build config validation #734

Closed dancysoft closed 4 years ago

dancysoft commented 4 years ago

Travis CI had the following complaints about the build configuration: root: deprecated key sudo (The key sudo has no effect anymore.) git: unknown key go_import_path (github.com/dmacvicar/terraform ...) root: missing os, using the default linux

These have been resolved.

Please make sure you read the contributor documentation before opening a Pull Request.

MalloZup commented 4 years ago

thx!