Skip to content

Commit

Permalink
Update travis config - caching and filter branches
Browse files Browse the repository at this point in the history
  • Loading branch information
acoulton committed Jul 27, 2018
1 parent ff4a29e commit 24ced37
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
sudo: false
language: php

php: [5.5, 5.6]

# Only build main branches : feature branches will be covered by the PR builder
branches:
only:
- /^[0-9\.]+\.x$/

cache:
directories:
- $HOME/.composer/cache/files

before_script:
- composer self-update
- composer install
Expand Down

0 comments on commit 24ced37

Please sign in to comment.