Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-09-06 12:42:39 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-09-08 07:14:14 +0300
commitfd00c178c3af8855bb11c2869c241fae6ce3f662 (patch)
treef3b10e96807815a856119755b4278834bfea5480 /.travis.yml
parent2dce4740cf05229459e2a1d448f6364f3522e83c (diff)
Remove the now unused test-infra files.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1d48a5ac7b..3878fab01c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,6 @@ git:
node_js:
- "0.12"
before_install:
- - travis_retry pip install -r test-infra/requirements.txt --user
- rvm install 2.0.0 && rvm use 2.0.0
- "export TRAVIS_COMMIT_MSG=\"$(git log --format=%B --no-merges -n 1)\""
- echo "$TRAVIS_COMMIT_MSG" | grep '\[skip validator\]'; export TWBS_DO_VALIDATOR=$?; true