cms/app-client/.travis.yml
changeset 148 6b32182a7fba
parent 5 d4b3da0dadc9
child 261 02e2396bcbbc
--- a/cms/app-client/.travis.yml	Fri Apr 08 17:23:17 2016 +0200
+++ b/cms/app-client/.travis.yml	Fri Apr 08 18:41:51 2016 +0200
@@ -1,7 +1,7 @@
 ---
 language: node_js
 node_js:
-  - "0.12"
+  - "4"
 
 sudo: false
 
@@ -10,12 +10,11 @@
     - node_modules
 
 before_install:
-  - export PATH=/usr/local/phantomjs-2.0.0/bin:$PATH
-  - "npm config set spin false"
-  - "npm install -g npm@^2"
+  - npm config set spin false
+  - npm install -g bower
+  - npm install phantomjs-prebuilt
 
 install:
-  - npm install -g bower
   - npm install
   - bower install