summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2016-09-19 12:35:37 -0700
committerGitHub <noreply@github.com>2016-09-19 12:35:37 -0700
commit27d2950e2d97751d20b6d28a73884e87a9bdee1b (patch)
tree31e1605b98645336d48dc5239c3a84a62c8da779
parente3b6f52bf580ebead51290cbc0f906a80280f4b1 (diff)
downloadansible-modules-core-27d2950e2d97751d20b6d28a73884e87a9bdee1b.tar.gz
Remove Travis config since we only use Shippable. (#4916)
-rw-r--r--.travis.yml28
1 files changed, 0 insertions, 28 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index abc512d4..00000000
--- a/.travis.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-sudo: false
-language: python
-python:
- - "2.7"
-addons:
- apt:
- sources:
- - deadsnakes
- packages:
- - python2.4
- - python2.6
- - python3.5
-before_install:
- - git config user.name "ansible"
- - git config user.email "ansible@ansible.com"
- - if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then git rebase $TRAVIS_BRANCH; fi;
-install:
- - pip install git+https://github.com/ansible/ansible.git@devel#egg=ansible
- - pip install git+https://github.com/sivel/ansible-testing.git#egg=ansible_testing
-script:
- - python2.4 -m compileall -fq -x 'cloud/' .
- - python2.4 -m compileall -fq cloud/amazon/_ec2_ami_search.py cloud/amazon/ec2_facts.py
- - python2.6 -m compileall -fq .
- - python2.7 -m compileall -fq .
- - python3.5 -m compileall -fq .
- - ansible-validate-modules --exclude 'utilities/' .
- #- ansible-validate-modules --exclude 'cloud/amazon/ec2_lc\.py|cloud/amazon/ec2_scaling_policy\.py|cloud/amazon/ec2_scaling_policy\.py|cloud/amazon/ec2_asg\.py|cloud/azure/azure\.py|packaging/os/rhn_register\.py|network/openswitch/ops_template\.py|system/hostname\.py|utilities/' .
- #- ./test-docs.sh core