Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commita06db76

Browse files
committed
Update standard. Get rid of phantomjs.
- Update standard- Fix linting with standard- Replace PhantomJS with ChromeHeadless on Travis
1 parent9382082 commita06db76

File tree

6 files changed

+504
-877
lines changed

6 files changed

+504
-877
lines changed

‎.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ addons:
88
env:
99
-MOZ_HEADLESS=1
1010

11-
before_install:
12-
google-chrome-stable --headless --disable-gpu --remote-debugging-port=9876 http://localhost &
13-
1411
script:npm run lint && npm run test-server-open && npm run test-node && npm run test-browser
1512
after_script:npm run test-server-close
1613

‎karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ module.exports = function (config) {
113113
*
114114
*@type {Array}
115115
*/
116-
browsers:isTravis ?['Chrome','Firefox'] :['Chrome','Firefox','PhantomJS'],
116+
browsers:isTravis ?['ChromeHeadless','Firefox'] :['Chrome','Firefox'],
117117

118118
/**
119119
* If a browser does not capture within a given timeout, kill it.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp