Skip to content

Commit 583248c

Browse files
authored
Merge pull request #135 from appwrite/feat-new-test-methods
Update test spec
2 parents e10e8a0 + 9539e33 commit 583248c

File tree

2 files changed

+323
-102
lines changed

2 files changed

+323
-102
lines changed

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2+
dist: xenial
3+
4+
arch:
5+
- amd64
6+
7+
os: linux
8+
19
language: php
210

311
php:
@@ -24,4 +32,4 @@ install:
2432
- composer install
2533

2634
script:
27-
- vendor/bin/phpunit
35+
- vendor/bin/phpunit

0 commit comments

Comments
 (0)