Revision de074b9347b21ae0cd27afa5dfafac92707cf0d1 authored by Drew DeVault on 25 October 2016, 20:24:32 UTC, committed by GitHub on 25 October 2016, 20:24:32 UTC
Add left_handed support for input devices
2 parent s 47fd538 + e8d8abf
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