We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0e5311 commit cff4a81Copy full SHA for cff4a81
.travis.yml
@@ -3,6 +3,7 @@ php:
3
- 7.0
4
- 7.1
5
- 7.2
6
+ - nightly
7
before_script:
8
- echo 'date.timezone = "Europe/Berlin"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
9
- phpenv rehash
CHANGELOG.md
@@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
19
20
### Added
21
22
+* added nightly to the travis.yml
23
+
24
### Changeed
25
26
## [2.0.0](https://github.com/bazzline/php_component_cli_argument/tree/2.0.0) - released at 2018-01-12
0 commit comments