Revision 78740b978539144db15ce95d04904576b8fb4878 authored by Drew DeVault on 12 April 2018, 15:06:49 UTC, committed by GitHub on 12 April 2018, 15:06:49 UTC
<sway/man: In sway(5) treat scale as keyword for output command>
2 parent s 22db601 + bd3e4e3
Raw File
.travis.yml
sudo: required

services:
- docker

language: c

compiler:
  - gcc
  - clang

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

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