windhamdavid 9 years ago
parent
commit
9259f64e08
1 changed files with 5 additions and 2 deletions
  1. 5 2
      .travis.yml

+ 5 - 2
.travis.yml

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