Change to PHP CI

This commit is contained in:
kiswa 2016-04-21 14:50:17 +00:00
parent d0423b7170
commit 794d3df8f3

View File

@ -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