mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
This is the way to enable Travis's fancy new containers, which should result in faster builds.
20 lines
263 B
YAML
20 lines
263 B
YAML
sudo: false
|
|
|
|
language: c
|
|
|
|
before_script:
|
|
- sudo apt-get install -qq valgrind
|
|
- bundle install --gemfile=docs/Gemfile
|
|
- autoreconf -i
|
|
|
|
script:
|
|
- ./setup.sh
|
|
- ./configure && make
|
|
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
|
|
notifications:
|
|
email: false
|