Skip to content
This repository was archived by the owner on Nov 11, 2019. It is now read-only.

Commit 5c5e89e

Browse files
committed
tell travis CI what to do
1 parent 3f7e129 commit 5c5e89e

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.travis.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
#
2+
# This file has been generated by the Ibuildings QA-Tools
3+
#
4+
# Any custom Travis-ci configuration be added here
5+
# This file should be added to your project repository
6+
#
7+
8+
language: php
9+
10+
php:
11+
- 5.6
12+
- 7.0
13+
14+
env:
15+
global:
16+
- SYMFONY_ENV=test
17+
18+
cache:
19+
directories:
20+
- ~/.composer
21+
22+
before_script:
23+
- phpenv config-add .travis.php.ini
24+
- composer self-update
25+
- composer install --prefer-dist
26+
27+
script:
28+
- ant
29+
30+
31+
branches:
32+
only:
33+
- master
34+
- develop

0 commit comments

Comments
 (0)