@@ -5,14 +5,17 @@ php:
- "5.3"
- "5.4"
- "5.5"
+ - "5.6"
+ - "7.0"
branches:
except:
- dev
before_script:
- - npm install -g grunt-cli
- - npm install
+ - npm install -g npm
+ - npm install -g grunt-cli
+ - npm install
script: grunt