Skip to content

Commit 0eb00bf

Browse files
committed
Standardize .travis.yml structure
across our lang archive building repos.
1 parent 27b11a4 commit 0eb00bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: php
22

3-
matrix:
3+
jobs:
44
include:
55
- dist: bionic
66
language: minimal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.org/travis-ci/php-src-builder.svg?branch=default)](https://travis-ci.org/travis-ci/php-src-builder)
1+
[![Build Status](https://travis-ci.com/travis-ci/php-src-builder.svg?branch=default)](https://travis-ci.com/travis-ci/php-src-builder)
22

33
# php-src-builder
44
Builds php/php-src with php-build, then uploads the archive to S3.

0 commit comments

Comments
 (0)