Imported Upstream version 1.41.0
[platform/upstream/nghttp2.git] / third-party / mruby / mrbgems / mruby-sleep / .travis.yml
1 dist: trusty
2
3 language: c
4 compiler:
5   - gcc
6   - clang
7 env:
8   - MRUBY_VERSION=1.2.0
9   - MRUBY_VERSION=master
10 matrix:
11   allow_failures:
12     - env: MRUBY_VERSION=master
13 branches:
14   only:
15     - master
16 addons:
17   apt:
18     packages:
19       - rake
20       - bison
21       - git
22       - gperf
23       # - aclocal
24       # - automake
25       # - autoconf
26       # - autotools-dev
27
28 script:
29   - rake test