зеркало из https://github.com/nextcloud/news.git
dont install phantomjs from npm
This commit is contained in:
Родитель
f4612a396c
Коммит
9f1ae2a545
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче