dont install phantomjs from npm

This commit is contained in:
Bernhard Posselt 2013-08-04 17:21:37 +02:00
Родитель f4612a396c
Коммит 9f1ae2a545
4 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -9,5 +9,5 @@ before_install:
script:
- sudo add-apt-repository -y ppa:chris-lea/node.js
- sudo apt-get update
- sudo apt-get -y install nodejs
- sudo apt-get -y install nodejs phantomjs
- make unit-tests && make javascript-tests

Просмотреть файл

@ -27,6 +27,7 @@ import sys
import time
import json
import argparse
import queue
import urllib.request
import urllib.error

Просмотреть файл

@ -20,7 +20,7 @@ firefox_bin=/usr/bin/firefox
chrome_bin=/usr/bin/chromium
coffee=$(CURDIR)/node_modules/coffee-script/bin/coffee
grunt=$(CURDIR)/node_modules/grunt-cli/bin/grunt
phantomjs=$(CURDIR)/node_modules/phantomjs/bin/phantomjs
phantomjs=/usr/bin/phantomjs
all: compile

Просмотреть файл

@ -24,7 +24,6 @@
"grunt-coffeelint": "*",
"grunt-karma": "*",
"grunt-wrap": "*",
"phantomjs": "*",
"grunt-phpunit": "*"
},
"engine": "node >= 0.8"