-
-
Notifications
You must be signed in to change notification settings - Fork 35
/
.travis.yml
48 lines (41 loc) · 935 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
sudo: false
# Blacklist the github pages branch
branches:
except:
- gh-pages
# Environment variables
env:
global:
#- GH_REPO_NAME: <your_repo>
#- DOXYFILE: $TRAVIS_BUILD_DIR/<path_to_your_doxygen_configuration_file>
#- GH_REPO_REF: github.com/<your_name>/<your_repo>.git
language: php
php:
- '5.5'
- '5.6'
- '7.0'
- '7.1'
- hhvm
- nightly
# Install dependencies
#addons:
# apt:
# packages:
# - doxygen
# - doxygen-doc
# - doxygen-latex
# - doxygen-gui
# - graphviz
# Build your code e.g. by calling make
script:
#- cd ./development
# Create an installation .tar.gz package
#- cd ./tools.sh -p -dev
# Generate doxygen documentation
#- cd ./tools.sh -d
#- phpunit --configuration phpunit.xml
# Generate and deploy documentation
after_success:
#- cd $TRAVIS_BUILD_DIR
#- chmod +x generateDocumentationAndDeploy.sh
#- ./generateDocumentationAndDeploy.sh