You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DevOps-Bash-tools/.travis.yml

25 lines
261 B
YAML

#
# Author: Hari Sekhon
# Date: 2014-11-29 01:02:47 +0000 (Sat, 29 Nov 2014)
#
# vim:ts=4:sts=4:sw=4:et
language: python
python:
- "2.6"
sudo: false
notifications:
email: false
branches:
only:
- master
install:
- make
script:
- make test