Skip to content

Commit a65c590

Browse files
committed
chore: tests Node.js 8 and 10, remove PHP in CI config
1 parent 70eac95 commit a65c590

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
language: php
2-
php:
3-
- '7.1'
1+
language: node_js
2+
node_js:
3+
- "8"
4+
- "10"
45

56
cache:
67
directories:
7-
- $HOME/.composer/cache
88
- $HOME/.cache/yarn
99

1010
script:

0 commit comments

Comments
 (0)