Skip to content

Commit

Permalink
MDLSITE-5739 mustache_lint: Run tests on trusty and xenial
Browse files Browse the repository at this point in the history
  • Loading branch information
kabalin committed May 1, 2019
1 parent 847197d commit b710385
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ cache:
php:
- 7.1

matrix:
include:
- dist: xenial
env: TEST_SUITE="0-*"
- dist: xenial
env: TEST_SUITE="1-*"
- dist: xenial
env: TEST_SUITE="2-*"

env:
- TEST_SUITE="0-*"
- TEST_SUITE="1-*"
Expand Down

0 comments on commit b710385

Please sign in to comment.