diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-09-13 15:59:18 +0200 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-09-13 15:59:18 +0200 |
commit | 5b9ed5b5c59992ecb1c8b8119fe46f2a2b72a931 (patch) | |
tree | fbb871a19f4b8251713e0c55c898722f5ce2c776 /.travis.yml | |
parent | 18109ef6f53af6239559012c75c7240407b38cfb (diff) |
Explicitly export PATH
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 18acb0f0..93eb2524 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,9 @@ php: - 5.3 before_script: + - export PATH=./bin:./vendor/bin/:$PATH - composer self-update - - composer update --prefer-source --dev + - composer install --prefer-source --dev script: - ./vendor/bin/phing test |