Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit a3f157f

Browse files
committed
chore: update CI
1 parent 8a1901c commit a3f157f

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

.travis.yml

+1-14
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,13 @@ language: node_js
33

44
matrix:
55
include:
6-
- node_js: 8
6+
- node_js: stable
77
env: CXX=g++-4.8
88

99
script:
1010
- npm run lint
11-
- npm run test
12-
13-
before_script:
14-
- export DISPLAY=:99.0
15-
- sh -e /etc/init.d/xvfb start
16-
17-
after_success:
18-
- npm run coverage-publish
19-
20-
before_script:
21-
- export DISPLAY=:99.0
22-
- sh -e /etc/init.d/xvfb start
2311

2412
addons:
25-
firefox: 'latest'
2613
apt:
2714
sources:
2815
- ubuntu-toolchain-r-test

circle.yml

-9
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@ machine:
22
node:
33
version: stable
44

5-
dependencies:
6-
pre:
7-
- google-chrome --version
8-
- wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
9-
- sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
10-
- sudo apt-get update
11-
- sudo apt-get --only-upgrade install google-chrome-stable
12-
- google-chrome --version
13-
145
test:
156
override:
167
- npm run lint

0 commit comments

Comments
 (0)