We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e29946c commit 2fa3154Copy full SHA for 2fa3154
.travis.yml
@@ -0,0 +1,18 @@
1
+language: php
2
+
3
+php:
4
+ - 5.5
5
+ - 5.6
6
+ - 7.0
7
+ - 7.1
8
+ - 7.2
9
10
+cache:
11
+ timeout: 1800
12
+ directories:
13
+ - $HOME/.composer/cache/files
14
+before_script:
15
+ - composer install
16
17
+script:
18
+ - ./vendor/bin/phpunit
CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Client interface to allow custom client implementations
- Guzzle HTTP client implementation
- Unit tests
+- Travis-CI integration
### Changed
- Moved cURL client implementation out of the SmushIt class
0 commit comments