Skip to content

Commit

Permalink
Travis CI : Archive should be loaded from cache now
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre committed Feb 27, 2016
1 parent d380378 commit 5e22203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -48,8 +48,8 @@ install:

script: php ./vendor/bin/phpunit $PHPUNIT_FLAGS

# Create cache archive from vendor/ directory
before_cache:
# Create cache archive from vendor/ directory
- echo "Create cache archive"
- tar -czf $HOME/vendor-cache/$cachefile vendor/
- echo "Done"
Expand Down

0 comments on commit 5e22203

Please sign in to comment.