Skip to content

Commit

Permalink
build: update node version during travis build; use chrome addon inst…
Browse files Browse the repository at this point in the history
…ead of apt install during travis build
  • Loading branch information
MrWolfZ committed Apr 4, 2020
1 parent 634aece commit 877d348
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
sudo: required
dist: trusty
addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
chrome: stable
language: node_js
node_js:
- 8
- 10
before_install:
- npm i npm@^5 -g
install:
Expand Down

0 comments on commit 877d348

Please sign in to comment.