From c4cd0f45a0b802039d363a8693d49d2418648e42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Tue, 17 Dec 2013 11:58:46 -0200 Subject: [PATCH] reindent travis.yml as per travis gem defaults --- .travis.yml | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3413c5a27..4bd31adbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,23 +1,19 @@ language: python python: 2.7 env: - - TOXENV=py27 - - TOXENV=precise - - TOXENV=trunk - - TOXENV=pypy - +- TOXENV=py27 +- TOXENV=precise +- TOXENV=trunk +- TOXENV=pypy matrix: - allow_failures: - - env: TOXENV=pypy - + allow_failures: + - env: TOXENV=pypy install: - - pip install -M tox - + - pip install -M tox script: tox - notifications: - irc: - channels: - - "irc.freenode.org#scrapy" - use_notice: true - skip_join: true + irc: + use_notice: true + skip_join: true + channels: + - "irc.freenode.org#scrapy"