summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorElan Ruusamäe <glen@delfi.ee>2016-04-24 15:20:47 +0300
committerElan Ruusamäe <glen@delfi.ee>2016-04-24 15:21:08 +0300
commit608dbd0f7f4bfa7800a4c05e59eef2ea3578faa3 (patch)
tree1c147ba89a297967b549ab625aeddef723aeb686 /.travis.yml
parentaf1b632a115b41d4d28404bb9968797228c355cc (diff)
downloadsmarty-608dbd0f7f4bfa7800a4c05e59eef2ea3578faa3.tar.gz
smarty-608dbd0f7f4bfa7800a4c05e59eef2ea3578faa3.tar.bz2
smarty-608dbd0f7f4bfa7800a4c05e59eef2ea3578faa3.zip
whitespace cleanup
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e94ddbac..7f21fc53 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ php:
services:
- memcached
- mysql
-
+
before_script:
- if [ ${TRAVIS_PHP_VERSION:0:3} != "5.2" ]; then travis_retry composer --prefer-source --dev install; fi
- if [ ${TRAVIS_PHP_VERSION:0:3} <= "5.6" ]; then phpenv config-add travis.ini; fi