File tree Expand file tree Collapse file tree 1 file changed +17
-13
lines changed Expand file tree Collapse file tree 1 file changed +17
-13
lines changed Original file line number Diff line number Diff line change
1
+ sudo : false
2
+
1
3
language : php
2
4
3
5
php :
6
8
- 7.0
7
9
- hhvm
8
10
9
- sudo : false
11
+ matrix :
12
+ allow_failures :
13
+ - php : hhvm
14
+ fast_finish : true
15
+
16
+ notifications :
17
+ on_success : never
18
+ on_failure : always
19
+
20
+ git :
21
+ depth : 1
10
22
11
23
before_install :
12
24
- composer self-update
13
25
14
26
install :
15
27
- travis_retry composer install --no-interaction
16
28
29
+ before_script :
30
+ - mysql -e 'create database telegrambot; use telegrambot; source structure.sql;'
31
+
17
32
script :
18
33
- vendor/bin/phpunit
19
- - sh -c "if [ '$TRAVIS_PHP_VERSION' != '7.0' ]; then vendor/bin/phpcs --report=full --extensions=php -np --standard=build/phpcs .; fi"
20
-
21
- matrix :
22
- allow_failures :
23
- - php : hhvm
24
- - php : 7.0
25
- fast_finish : true
26
-
27
-
28
- notifications :
29
- on_success : never
30
- on_failure : always
34
+ - vendor/bin/phpcs --report=full --extensions=php -np --standard=build/phpcs .
You can’t perform that action at this time.
0 commit comments