From 98388018b11a726c0b86b46ecc312dd841729101 Mon Sep 17 00:00:00 2001 From: Keerthan Jaic Date: Mon, 30 Mar 2015 15:37:41 -0400 Subject: [PATCH] fix apt addon syntax --- .travis.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5b1adb9e..c8f87d93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,11 +9,12 @@ python: - "3.4" addons: - apt_sources: - - pgavin-ghdl - apt_packages: - - iverilog - - ghdl + apt: + sources: + - pgavin-ghdl + packages: + - iverilog + - ghdl install: - pip install .