mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 08:45:54 +03:00
[PR #180] [CLOSED] Add .travis.yml #295
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#295
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/opensolutions/ViMbAdmin/pull/180
Author: @PhrozenByte
Created: 4/12/2016
Status: ❌ Closed
Base:
master← Head:feature/Travis📝 Commits (1)
cc4b344Add .travis.yml📊 Changes
1 file changed (+25 additions, -0 deletions)
View changed files
➕
.travis.yml(+25 -0)📄 Description
see https://en.wikipedia.org/wiki/Travis_CI for basic information about Travis CI
You can do absolutely amazing things with Travis (e.g. checking coding standards, running unit tests, auto-deployment of releases, updating phpDocumentor class docs, updating the project's website ...), the most basic thing Travis can do for you is checking that you don't have PHP syntax errors in your code.
This PR adds a
.travis.ymldoing just this: It checks all PHP files of ViMbAdmin for syntax errors with PHP 5.4, 5.5, 5.6, 7.0, HHVM and PHP's current nightly build. If one of them fail (except the nightly build), GitHub will show a appropriate failure message near the commit or PR that was checked (see https://blog.travis-ci.com/2012-09-04-pull-requests-just-got-even-more-awesome/).Example build: https://travis-ci.org/PhrozenByte/ViMbAdmin/builds/122607730
Here's a step-by-step tutorial on how to enable Travis for your GitHub repo:
If you want to add more functionality to Travis, just ask me 😃
btw: The reason why I suggest this is because I was wondering with which version PHP introduced array dereferencing (idefix6 used it in his new plugin and I falsely thought it has been introduced with PHP 5.5). You will never have to think about something like this with Travis 😉
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.