Skip to content

Commit

Permalink
remove travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhquochan committed Feb 29, 2020
1 parent 35b1112 commit 2a4e3a6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 26 deletions.
5 changes: 1 addition & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

# Ignore all test and documentation with "export-ignore".
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/phpunit.xml.dist export-ignore
/tests export-ignore
/.github export-ignore
/.editorconfig export-ignore
21 changes: 0 additions & 21 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion tests/TwigLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function make_sure_exists_method_is_working_well()
/** @test */
public function make_sure_isFresh_method_is_working_well()
{
$this->assertTrue($this->twigLoader->isFresh('welcome', 1500000000*2));
$this->assertTrue($this->twigLoader->isFresh('welcome', 1500000000 * 2));
$this->assertFalse($this->twigLoader->isFresh('welcome', 0));
}

Expand Down

0 comments on commit 2a4e3a6

Please sign in to comment.