File: .travis.yml

package info (click to toggle)
php-oscarotero-gettext 4.8.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,624 kB
  • sloc: php: 5,213; xml: 22; javascript: 18; makefile: 14
file content (21 lines) | stat: -rw-r--r-- 208 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
language: php
sudo: false
dist: trusty

env:
  - COMPOSER_DISABLE_XDEBUG_WARN=1

php:
  - 5.4
  - 5.5
  - 5.6
  - 7.0
  - 7.1
  - 7.2
  - 7.3

before_install:
  - composer install

script: 
  - composer test