Skip to content

Commit dabe09e

Browse files
committed
fix travis tests
1 parent d6b3174 commit dabe09e

File tree

3 files changed

+1127
-10
lines changed

3 files changed

+1127
-10
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@ php:
66
- 5.5
77
- 5.6
88
- 7.0
9-
- hhvm
9+
- 7.1
1010

1111
sudo: false
1212

13-
before_script:
14-
- wget -nc http://getcomposer.org/composer.phar
15-
- php composer.phar install
16-
17-
script: phpunit --configuration phpunit.xml.dist
13+
before_script: composer install
14+
script: phpunit

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,8 @@
2323
"Firebase\\JWT\\": "src"
2424
}
2525
},
26-
"minimum-stability": "dev"
26+
"minimum-stability": "dev",
27+
"require-dev": {
28+
"phpunit/phpunit": " 4.8.35"
29+
}
2730
}

0 commit comments

Comments
 (0)