changeset 72:f056393c3536

Remove unnecessary package installs from Travis CI config
author Lewin Bormann <lbo@spheniscida.de>
date Mon, 17 Feb 2020 15:29:38 +0100
parents 8231d8560815
children 27972ad163c8
files .travis.yml
diffstat 1 files changed, 0 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml	Mon Feb 17 10:54:50 2020 +0100
+++ b/.travis.yml	Mon Feb 17 15:29:38 2020 +0100
@@ -1,20 +1,8 @@
 os:
   - linux
   - osx
-  - windows
 dist: bionic
 sudo: false
-addons:
-  apt:
-    packages:
-      # necessary for kcov
-      - libcurl4-openssl-dev
-      - libelf-dev
-      - libdw-dev
-      - libiberty-dev
-      - binutils-dev
-      - cmake
-      - gcc
 
 language: rust
 rust: