diff --git a/.travis.yml b/.travis.yml index 03b2a94..259d9c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,8 +44,8 @@ before_install: - sudo apt-get update -qq - > - wget http://font.ubuntu.com/download/ubuntu-font-family-0.83.zip -O files/ubuntu-font-family-0.83.zip - && cd files + wget http://font.ubuntu.com/download/ubuntu-font-family-0.83.zip -O /tmp/ubuntu-font-family-0.83.zip + && cd /tmp && unzip ubuntu-font-family-0.83.zip && chmod 0755 ubuntu-font-family-0.83 && cd - diff --git a/tests/test.yml b/tests/test.yml index c30815c..47a739d 100644 --- a/tests/test.yml +++ b/tests/test.yml @@ -7,9 +7,9 @@ - ../../ vars: fonts_font_paths: - - src: ubuntu-font-family-0.83/ + - src: /tmp/ubuntu-font-family-0.83/ dest: /usr/share/fonts/truetype/ubuntu-font-family-0.83 - - src: ubuntu-font-family-0.84/ + - src: /tmp/ubuntu-font-family-0.84/ dest: /usr/share/fonts/truetype/ubuntu-font-family-0.84 state: absent