Skip to content

Commit 8b6b615

Browse files
committed
Add Travis config file
1 parent 29a70d2 commit 8b6b615

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: php
2+
php:
3+
- "7.1"
4+
- "7.0"
5+
- "5.6"
6+
- "5.5"
7+
- "5.4"
8+
- "5.3"
9+
- "hhvm"
10+
11+
install:
12+
- sudo apt-get update
13+
- travis_retry composer self-update && composer --version
14+
- travis_retry composer global require --no-progress "fxp/composer-asset-plugin:^1.2.2"
15+
- export PATH="$HOME/.composer/vendor/bin:$PATH"
16+
- travis_retry composer install --prefer-dist --no-interaction --no-progress

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# CHANGELOG
2+
3+
## 1.0.0
4+
5+
Initial release.

0 commit comments

Comments
 (0)