Skip to content

Commit 6036886

Browse files
committed
chore: update Git on Travis CI
1 parent 563a23d commit 6036886

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ language: node_js
44
addons:
55
apt:
66
sources:
7-
- google-chrome
7+
- git-core
88
packages:
9-
- google-chrome-stable
9+
- git
1010
cache:
1111
directories:
1212
- node_modules
@@ -16,15 +16,10 @@ node_js:
1616
- '6'
1717
before_install:
1818
- npm i -g npm@^3.8.0
19-
- export CHROME_BIN=/usr/bin/google-chrome
2019
before_script:
2120
- git fetch --unshallow origin refs/heads/master:refs/remotes/origin/master
2221
- npm prune
2322
- npm update
24-
- export DISPLAY=:99.0
25-
- export TZ='Europe/Sofia'
26-
- sh -e /etc/init.d/xvfb start
27-
- sleep 3
2823
script:
2924
- npm run lint
3025
- npm run test

0 commit comments

Comments
 (0)