Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
TelegramBot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
TelegramBot
Commits
0ae4fd17
Commit
0ae4fd17
authored
Mar 13, 2016
by
MBoretto
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into feature/smartinterface
parents
f302c734
3cddf7b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
13 deletions
+17
-13
.travis.yml
.travis.yml
+17
-13
No files found.
.travis.yml
View file @
0ae4fd17
sudo
:
false
language
:
php
php
:
...
...
@@ -6,7 +8,17 @@ php:
-
7.0
-
hhvm
sudo
:
false
matrix
:
allow_failures
:
-
php
:
hhvm
fast_finish
:
true
notifications
:
on_success
:
never
on_failure
:
always
git
:
depth
:
1
before_install
:
-
composer self-update
...
...
@@ -14,17 +26,9 @@ before_install:
install
:
-
travis_retry composer install --no-interaction
before_script
:
-
mysql -e 'create database telegrambot; use telegrambot; source structure.sql;'
script
:
-
vendor/bin/phpunit
-
sh -c "if [ '$TRAVIS_PHP_VERSION' != '7.0' ]; then vendor/bin/phpcs --report=full --extensions=php -np --standard=build/phpcs .; fi"
matrix
:
allow_failures
:
-
php
:
hhvm
-
php
:
7.0
fast_finish
:
true
notifications
:
on_success
:
never
on_failure
:
always
-
vendor/bin/phpcs --report=full --extensions=php -np --standard=build/phpcs .
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment