2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Remove the now unused test-infra files.

This commit is contained in:
XhmikosR
2015-09-06 12:42:39 +03:00
parent 2dce4740cf
commit fd00c178c3
6 changed files with 0 additions and 323 deletions
-1
View File
@@ -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