diff --git a/.travis.yml b/.travis.yml index 8b3e1cc83..36a3f39a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: php +dist: trusty php: - - 5.5 - - 5.4 + - 7.0 + - 7.1 - hhvm script: phpunit Test.php diff --git a/README.md b/README.md index debcd9c23..fafed6bd6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # travis-broken-example An example that will cause a build failure + +Test for travis ci. \ No newline at end of file diff --git a/Test.php b/Test.php index 4b44aa0f9..881c26303 100644 --- a/Test.php +++ b/Test.php @@ -1,10 +1,11 @@ assertEquals(1+1,1); + $this->assertEquals(1+1,2); } } ?> +