diff options
author | Matt Clay <matt@mystile.com> | 2016-09-19 22:36:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-19 22:36:57 +0200 |
commit | 8a735679b434ca03f410f7668b1ed21f39364ef5 (patch) | |
tree | a9bd5a751e7e9db2e03ebdc81b23c0c2b23a1782 /.travis.yml | |
parent | Do not set run_once for meta noop tasks (diff) | |
download | ansible-8a735679b434ca03f410f7668b1ed21f39364ef5.tar.xz ansible-8a735679b434ca03f410f7668b1ed21f39364ef5.zip |
Remove Travis and update references to Shippable. (#17649)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 39268bf2ce..0000000000 --- a/.travis.yml +++ /dev/null @@ -1,41 +0,0 @@ -dist: trusty -sudo: required -services: - - docker -language: python -matrix: - include: - - env: TARGET=centos6 - - env: TARGET=centos7 TARGET_OPTIONS="--volume=/sys/fs/cgroup:/sys/fs/cgroup:ro" - - env: TARGET=fedora23 TARGET_OPTIONS="--volume=/sys/fs/cgroup:/sys/fs/cgroup:ro" - - env: TARGET=fedora-rawhide TARGET_OPTIONS="--volume=/sys/fs/cgroup:/sys/fs/cgroup:ro" - - env: TARGET=ubuntu1204 - - env: TARGET=ubuntu1404 - - env: TARGET=sanity TOXENV=py26 - python: 2.6 - - env: TARGET=sanity TOXENV=py27 - python: 2.7 - - env: TARGET=sanity TOXENV=py35 - python: 3.5 - - env: TARGET=sanity TOXENV=py24 -addons: - apt: - sources: - - deadsnakes - packages: - - python2.4 -install: - - pip install tox -script: - - ./test/utils/run_tests.sh -notifications: - irc: - channels: - - "chat.freenode.net#ansible-notices" - on_success: change - on_failure: always - skip_join: true - nick: ansibletravis - webhooks: - # trigger Buildtime Trend Service to parse Travis CI log - - https://buildtimetrend.herokuapp.com/travis |