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

Switch to a newer Travis base image #253

Merged
merged 1 commit into from
Apr 10, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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