From fdb3c384fc42dc45f52edcb5c5b756f539651689 Mon Sep 17 00:00:00 2001 From: Kato Hiroki Date: Sat, 8 Jun 2019 19:43:45 +0900 Subject: [PATCH 1/4] Fix bug --- Test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test.php b/Test.php index 4b44aa0f9..39f6cff73 100644 --- a/Test.php +++ b/Test.php @@ -3,7 +3,7 @@ class Test extends PHPUnit_Framework_TestCase { public function testOnePlusOne() { - $this->assertEquals(1+1,1); + $this->assertEquals(1+1,2); } } From f48e293b48ae5a737c7b8d0ff1ae7e8a55975adc Mon Sep 17 00:00:00 2001 From: Kato Hiroki Date: Sat, 8 Jun 2019 20:11:48 +0900 Subject: [PATCH 2/4] Remove hhvm --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8b3e1cc83..0b6bde02e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,5 +2,4 @@ language: php php: - 5.5 - 5.4 - - hhvm script: phpunit Test.php From aa3d43fb15f46b9240aca628f7af1804aa11db5b Mon Sep 17 00:00:00 2001 From: Kato Hiroki Date: Sat, 8 Jun 2019 20:12:30 +0900 Subject: [PATCH 3/4] Add user name --- NewUser.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/NewUser.txt b/NewUser.txt index e69de29bb..94625b18e 100644 --- a/NewUser.txt +++ b/NewUser.txt @@ -0,0 +1 @@ +KATO-Hiro \ No newline at end of file From bbf4d3e2cb557e333f4ef2d30fdeaed0eaefbafe Mon Sep 17 00:00:00 2001 From: Kato Hiroki Date: Sat, 8 Jun 2019 20:23:49 +0900 Subject: [PATCH 4/4] Add build status --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index debcd9c23..e04edc7f9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # travis-broken-example An example that will cause a build failure + +[![Build Status](https://travis-ci.org/KATO-Hiro/travis-broken-example.svg?branch=master)](https://travis-ci.org/KATO-Hiro/travis-broken-example) \ No newline at end of file