Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Mar 18, 2016
1 parent ae7af8d commit 0e71d88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -
Expand Down
4 changes: 2 additions & 2 deletions tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0e71d88

Please sign in to comment.