From 0347a4e527a90e9fde62da4939f4a3f9042ff5de 2013-10-23 18:05:58 From: Paul Ivanov Date: 2013-10-23 18:05:58 Subject: [PATCH] XXX: speedup testing only javascript on travis --- diff --git a/.travis.yml b/.travis.yml index 816cb42..488c56c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,5 +15,5 @@ before_install: install: - python setup.py install -q script: - - if [[ $TRAVIS_PYTHON_VERSION == '2.'* ]]; then cd /tmp; iptest; fi - - if [[ $TRAVIS_PYTHON_VERSION == '3.'* ]]; then cd /tmp; iptest3; fi + - if [[ $TRAVIS_PYTHON_VERSION == '2.'* ]]; then cd /tmp; iptest js; fi + - if [[ $TRAVIS_PYTHON_VERSION == '3.'* ]]; then cd /tmp; iptest3 js; fi