mirror of https://github.com/masayuki0812/c3.git
Browse Source
* chore: switch to chrome testing * test: relax pixel assertions to pass in chrome * chore: add codecov.ymlpull/2090/head
Yoshiya Hinosawa
8 years ago
committed by
GitHub
8 changed files with 2660 additions and 1438 deletions
@ -0,0 +1,9 @@ |
|||||||
|
machine: |
||||||
|
node: |
||||||
|
verison: 6 |
||||||
|
dependencies: |
||||||
|
pre: |
||||||
|
- curl -L -o google-chrome.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb |
||||||
|
- sudo dpkg -i google-chrome.deb |
||||||
|
- sudo sed -i 's|HERE/chrome\"|HERE/chrome\" --disable-setuid-sandbox|g' /opt/google/chrome/google-chrome |
||||||
|
- rm google-chrome.deb |
@ -0,0 +1,7 @@ |
|||||||
|
coverage: |
||||||
|
status: |
||||||
|
project: |
||||||
|
default: |
||||||
|
threshold: 0.4 |
||||||
|
patch: no |
||||||
|
change: no |
Loading…
Reference in new issue