Skip to content

Commit

Permalink
cache back the vendor between builds and php versions not as strings
Browse files Browse the repository at this point in the history
  • Loading branch information
madalinignisca committed Apr 1, 2016
1 parent 4e50d6d commit d920121
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
@@ -1,9 +1,9 @@
language: php

php:
- '5.5'
- '5.6'
- '7.0'
- 5.5
- 5.6
- 7.0

sudo: false

Expand All @@ -21,7 +21,7 @@ services:

cache:
directories:
# - vendor
- vendor
- $HOME/.composer/cache

matrix:
Expand Down

0 comments on commit d920121

Please sign in to comment.