Skip to content

Commit

Permalink
Fix TravisCI Archlinux build
Browse files Browse the repository at this point in the history
  • Loading branch information
francma committed Feb 6, 2021
1 parent 22a866e commit 93b9351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
script:
- |
printf 'set -eu
pacman -Sy --noconfirm gcc pkgconf meson wayland wayland-protocols
pacman -Syuu --noconfirm gcc pkgconf meson wayland wayland-protocols
meson build && ninja -C build && meson test -C build
' | docker run -i -v "$PWD":/wob -w /wob archlinux:latest
- name: Test FreeBSD
Expand Down

0 comments on commit 93b9351

Please sign in to comment.