diff --git a/.travis.yml b/.travis.yml index fb4cbd5..2453a96 100644 --- a/.travis.yml +++ b/.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