aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
blob: 9d6ba1321a338e3366cd056915f66cc0845c6de7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: php

php:
  - 5.4

branches:
  only:
    - dev

before_script:
  - composer install

notifications:
  email:
    - nicolas.loeuillet@gmail.com