server/bo_client/.travis.yml
changeset 147 bc37828169f3
parent 4 f55970e41793
child 263 3deace9204de
--- a/server/bo_client/.travis.yml	Fri Apr 08 17:53:56 2016 +0200
+++ b/server/bo_client/.travis.yml	Fri Apr 08 17:23:17 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