Skip to content

Commit 3b5f808

Browse files
author
Maxime Lafarie
authored
Fix apt error on TravisCI while installing Chrome (#269)
* Fix apt error on TravisCI while installing Chrome * Remove useless globs install * Remove removed glob command instruction
1 parent 24ebff1 commit 3b5f808

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.travis.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,11 @@ env:
55
- CODECLIMATE_REPO_TOKEN=$CC_TEST_REPORTER_ID
66
- CODACY_PROJECT_TOKEN=$CODACY_PROJECT_TOKEN
77
addons:
8-
apt:
9-
# update: true
10-
sources:
11-
- google-chrome
12-
packages:
13-
- google-chrome-stable
8+
chrome: stable
149
language: node_js
1510
node_js:
1611
- stable
1712
before_install:
18-
- npm i -g npm
19-
- npm i -g codecov
2013
- npm i -g codeclimate-test-reporter
2114
- npm i -g codacy-coverage
2215
- npm i -g live-server@1
@@ -32,7 +25,6 @@ before_script:
3225
- sh -e /etc/init.d/xvfb start
3326
- sleep 3
3427
after_success:
35-
- codecov -t $CODECOV_TOKEN
3628
- codeclimate-test-reporter < 'coverage/lcov.info'
3729
- cat coverage/lcov.info | codacy-coverage
3830
- rm -r node_modules

0 commit comments

Comments
 (0)