PhantomJS is not needed anymore for the build

This commit is contained in:
Gaël Métais
2015-05-04 15:50:49 +02:00
parent 33c6643388
commit 57a7c78ce2
3 changed files with 1 additions and 4 deletions
-1
View File
@@ -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
View File
@@ -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
-2
View File
@@ -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