diff --git a/.gitignore b/.gitignore index 2f6b0df..8df1fdb 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .vagrant/ /tests/behat.yml /tests/phpunit.xml +/nbproject/private/ \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index a2463be..cc0bb1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,10 @@ php: - 5.4 - 5.5 - 5.6 - - 7 - - hhvm + - 7.1 + - 7.2 + - 7.3 + - master addons: code_climate: