瀏覽代碼

PhantomJS is not needed anymore for the build

Gaël Métais 10 年之前
父節點
當前提交
57a7c78ce2
共有 3 個文件被更改,包括 1 次插入4 次删除
  1. 0 1
      .travis.yml
  2. 1 1
      server_config/server_install.sh
  3. 0 2
      server_config/server_update.sh

+ 0 - 1
.travis.yml

@@ -3,5 +3,4 @@ node_js:
     - "0.10.33"
 before_install:
     - "npm install -g grunt-cli"
-    - "npm install -g phantomjs"
 install: npm install

+ 1 - 1
server_config/server_install.sh

@@ -12,7 +12,7 @@ sudo apt-get install -y nodejs
 source ~/.profile
 
 # Installation of some packages globally
-npm install bower forever grunt-cli phantomjs -g
+npm install bower forever grunt-cli -g
 source ~/.profile
 
 # Installation of YellowLabTools

+ 0 - 2
server_config/server_update.sh

@@ -18,8 +18,6 @@ bower install --config.interactive=false --allow-root
 
 # Front-end compilation
 rm -rf front/build
-npm install grunt-cli -g
-npm install phantomjs -g
 grunt build
 
 # Restart the server