Skip to content

Commit

Permalink
ci: fix deprecated config
Browse files Browse the repository at this point in the history
  • Loading branch information
yisraelx committed Feb 17, 2020
1 parent 583c0d5 commit b6571ba
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
dist: trusty
sudo: false
language: node_js
node_js:
- '10'
Expand All @@ -15,11 +14,7 @@ branches:
except:
- /^v\d+\.\d+\.\d+$/
addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
chrome: stable

install: yarn install --frozen-lockfile

Expand Down

0 comments on commit b6571ba

Please sign in to comment.