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