FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
plugin-admin-notes/.travis.yml at master · WebDevStudios/plugin-admin-notes · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
WebDevStudios
/
plugin-admin-notes
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
5
Code
Issues
6
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
plugin-admin-notes
/
.travis.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
23 lines (17 loc) · 339 Bytes
Breadcrumbs
plugin-admin-notes
/
.travis.yml
Copy path
File metadata and controls
executable file
·
23 lines (17 loc) · 339 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
language
:
php
notifications
:
email
:
on_success
:
never
on_failure
:
change
php
:
-
5.3
-
5.5
env
:
-
WP_VERSION=latest WP_MULTISITE=0
matrix
:
include
:
-
php
:
5.3
env
:
WP_VERSION=latest WP_MULTISITE=1
before_script
:
-
bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
script
:
phpunit
Back
|
FazBrowse Home
|
New Git URL