Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ vendor
phpunit.phar
phpunit.phar.asc
composer.phar
composer.lock
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@ php:
- 5.5
- 5.6
- 7.0
- hhvm
- 7.1

sudo: false

before_script:
- wget -nc http://getcomposer.org/composer.phar
- php composer.phar install

script: phpunit --configuration phpunit.xml.dist
before_script: composer install
script: phpunit
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
"Firebase\\JWT\\": "src"
}
},
"minimum-stability": "dev"
"minimum-stability": "dev",
"require-dev": {
"phpunit/phpunit": " 4.8.35"
}
}
19 changes: 0 additions & 19 deletions composer.lock

This file was deleted.