summaryrefslogtreecommitdiff
path: root/skins/foreground/.travis.yml
blob: 4236430ae28ec9c4ce8dedd3f6c0a0667bda288a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: php

php:
  - 7
  - 5.6
  - 5.5
  - 5.4
  - 5.3
  - hhvm
  - nightly
  
sudo: false

install:
  - travis_retry composer update --no-progress --prefer-dist --profile

script:
  - composer test