Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Switch to a newer Travis base image (#253)
Browse files Browse the repository at this point in the history
And remove the manual Yarn upgrade, since it's no longer required with
the newer Travis image.
  • Loading branch information
edmorley authored Apr 10, 2020
1 parent 529ae0c commit fd50512
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
dist: xenial
dist: bionic
language: node_js
cache: yarn
node_js:
- '8'
- '10'
- '12'
before_install:
# Required due to: https://github.com/travis-ci/travis-ci/issues/7951
- curl -sSfL https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
install:
- yarn --frozen-lockfile
script:
Expand Down

0 comments on commit fd50512

Please sign in to comment.