Skip to content

Commit

Permalink
Fixes travis, adds PHP 7.1, and removes HHVM (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Jun 21, 2017
1 parent 2261c1c commit 0f8f85a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 26 deletions.
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.

0 comments on commit 0f8f85a

Please sign in to comment.