diff options
author | Flavio Castelli <fcastelli@suse.com> | 2018-02-19 15:28:35 +0100 |
---|---|---|
committer | Flavio Castelli <fcastelli@suse.com> | 2018-02-19 15:28:35 +0100 |
commit | 5431c9858508017abed2c35f46acf5c0c31c6d5b (patch) | |
tree | a98276f396048423b461a30b90a692bf1af28e41 | |
parent | 91a4dbaeae46e570c8f9413021433aa589384b6e (diff) | |
download | terraform-provider-libvirt-5431c9858508017abed2c35f46acf5c0c31c6d5b.tar terraform-provider-libvirt-5431c9858508017abed2c35f46acf5c0c31c6d5b.tar.gz |
Fix apt directive for travis
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index eb17b82c..70cc14a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,9 @@ install: true before_script: - go get github.com/mattn/goveralls - go get github.com/golang/lint/golint -apt: - packages: +addons: + apt: + packages: - libvirt-dev script: - make gofmtcheck |