Change to PHP CI
This commit is contained in:
parent
d0423b7170
commit
794d3df8f3
13
.travis.yml
13
.travis.yml
@ -1,6 +1,11 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "node"
|
||||
language: php
|
||||
php:
|
||||
- '5.5'
|
||||
- '5.6'
|
||||
- '7.0'
|
||||
before-script:
|
||||
- npm i -g gulp
|
||||
|
||||
- npm i
|
||||
script:
|
||||
- gulp test-api
|
||||
- gulp test-app
|
||||
|
Reference in New Issue
Block a user