forked from orientechnologies/PhpOrient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
47 lines (39 loc) · 984 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
sudo: false
language: php
php:
- 5.4
- 5.5
- 5.6
- 7
- nightly
- hhvm
install:
- bash ./ci/_composer_install.sh
- mkdir -p build/logs
- bash ./ci/start-ci.sh $ORIENTDB_VERSION
cache:
directories:
- ./vendor
before_cache:
- ls -la ./ci/environment/
- rm -f ./ci/environment/orientdb-community-$ORIENTDB_VERSION/log/*
- rm -rf ./ci/environment/orientdb-community-$ORIENTDB_VERSION/databases/*
script:
- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
after_script:
- php ./vendor/bin/coveralls -v
env:
# - ORIENTDB_VERSION=3.0.0-SNAPSHOT
- ORIENTDB_VERSION=2.2.14-SNAPSHOT
- ORIENTDB_VERSION=2.2.13
- ORIENTDB_VERSION=2.2.12
- ORIENTDB_VERSION=2.2.10
- ORIENTDB_VERSION=2.2.4
# - ORIENTDB_VERSION=2.2.3 # too much random errors/bugs
- ORIENTDB_VERSION=2.2.2
- ORIENTDB_VERSION=2.2.0
- ORIENTDB_VERSION=2.1.25
- ORIENTDB_VERSION=2.1.24
- ORIENTDB_VERSION=2.1.19
- ORIENTDB_VERSION=2.1.18
- ORIENTDB_VERSION=2.0.18