From 57a7c78ce2bf98530e3889211af5d0ae988b035a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Mon, 4 May 2015 15:50:49 +0200 Subject: [PATCH] PhantomJS is not needed anymore for the build --- .travis.yml | 1 - server_config/server_install.sh | 2 +- server_config/server_update.sh | 2 -- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6a2e41f..b184fdb 100644 --- a/.travis.yml +++ b/.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 \ No newline at end of file diff --git a/server_config/server_install.sh b/server_config/server_install.sh index 84a22f4..595142b 100644 --- a/server_config/server_install.sh +++ b/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 diff --git a/server_config/server_update.sh b/server_config/server_update.sh index 7ee7e78..2519d61 100755 --- a/server_config/server_update.sh +++ b/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