Revision 77433f0029b6bb07352647a512de810b72568260 authored by Drew DeVault on 07 October 2016, 12:39:50 UTC, committed by GitHub on 07 October 2016, 12:39:50 UTC
parse pango markup in workspace names (and bugfix)
2 parent s fa11966 + 6f2c396
Raw File
.travis.yml
sudo: required

language: c

compiler:
  - gcc
  - clang

arch:
  packages:
    - cmake
    - xorg-server-xwayland
    - asciidoc
    - json-c
    - wayland
    - xcb-util-image
    - pango
    - cairo
    - gdk-pixbuf2
    - wlc-git
  script:
    - "cmake ."
    - "make"

script:
  - "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"
back to top