-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.travis.yml
More file actions
40 lines (32 loc) · 806 Bytes
/
.travis.yml
File metadata and controls
40 lines (32 loc) · 806 Bytes
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
language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
env:
global:
- REPO_NAME=cakephp-sms
- PLUGIN_NAME=Sms
- REQUIRE=""
matrix:
- DB=mysql CAKE_VERSION=2.8
- DB=mysql CAKE_VERSION=2.10
matrix:
include:
- php: 7.0
env:
- DB=mysql CAKE_VERSION=2.8 COVERALLS=1
before_script:
- git clone -b master https://github.com/FriendsOfCake/travis.git --depth 1 ../travis
- ../travis/before_script.sh
- cd ../cakephp/app
- echo "Configure::write('Security.salt', 'AycG93b0qyJfIxfs2guVoUubWwvniR2G0FgaC9mi');" >> Config/bootstrap.php
- echo "Configure::write('Security.cipherSeed', '16659201697453542496749683615');" >> Config/bootstrap.php
- cd ..
script:
- ../travis/script.sh
after_success:
- ../travis/after_success.sh
notifications:
email: false