Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LionsAd committed Jul 16, 2015
1 parent e56d8f5 commit 3692def
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ before_install:
# Update composer
- composer self-update

# Download drupal_ti
- composer global require "lionsad/drupal_ti:dev-master"
# Download drupal_ti - if not cached
- if [ -f "$HOME/.composer/vendor/bin/drupal-ti" ]; then composer global install; else composer global require "lionsad/drupal_ti:dev-master"; fi

# Restore caches from $DRUPAL_TI_CACHE_DIR/TRAVIS_BUILD_DIR to $TRAVIS_BUILD_DIR
# Note: HOME dir was already synced manually above.
Expand Down

0 comments on commit 3692def

Please sign in to comment.