Skip to content

Commit

Permalink
Enable Opcache on CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Jan 30, 2020
1 parent 1acd7a3 commit 352a6ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ install:
else
composer update;
fi;
- phpenv config-add travis-php.ini;

script:
- |
Expand Down
2 changes: 2 additions & 0 deletions travis-php.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
opcache.enable=1
opcache.enable_cli=1

0 comments on commit 352a6ae

Please sign in to comment.