Revision fade7329dcd5c1f6f38dadaf45b6fafffa79fb2f authored by Drew DeVault on 04 October 2016, 21:26:44 UTC, committed by Drew DeVault on 04 October 2016, 21:26:44 UTC
Update release cycle to be a bit slower with RCs
1 parent d2aba3c
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