Skip to content

Commit 2fa3154

Browse files
committedFeb 10, 2018
Add Travis-CI integration
1 parent e29946c commit 2fa3154

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
 

‎.travis.yml

+18
Original file line numberDiff line numberDiff line change
@@ -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

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
- Client interface to allow custom client implementations
1010
- Guzzle HTTP client implementation
1111
- Unit tests
12+
- Travis-CI integration
1213

1314
### Changed
1415
- Moved cURL client implementation out of the SmushIt class

0 commit comments

Comments
 (0)
Please sign in to comment.