diff --git a/.travis.yml b/.travis.yml index 8b3e1cc83..edb8244e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,11 @@ php: - 5.5 - 5.4 - hhvm + +env: + - PHP_ENV="development" + - PHP_ENV="production" + +service: + - mongodb script: phpunit Test.php diff --git a/NewUser.txt b/NewUser.txt index e69de29bb..8bbfe70b9 100644 --- a/NewUser.txt +++ b/NewUser.txt @@ -0,0 +1 @@ +Komminist Sisai Weldemariam 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); } }