Skip to content

Commit 5c7ba9e

Browse files
Fixed .travis.yml
Ignored .idea folder in .gitignore for Phpstorm compatibility
1 parent f1baadd commit 5c7ba9e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
vendor/
2-
composer.lock
2+
composer.lock
3+
.idea/

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
language: php
22

33
php:
4+
-
45
- 7.0
56
- 7.1
7+
- 7.2
8+
sudo: false
9+
10+
before_script:
11+
- travis_retry composer self-update
12+
- travis_retry composer install --no-interaction
13+
14+
script: vendor/bin/phpunit

0 commit comments

Comments
 (0)