Skip to content

Commit

Permalink
restore travis
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg committed Jan 7, 2021
1 parent 60ae3fb commit d030ccd
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
git:
depth: false # we need this to make proper releases

branches:
only:
- master
- /^release\/.+$/
- /^major\/.+$/

install: yarn --ignore-engines --ignore-scripts
os: linux

language: node_js
dist: bionic

cache:
yarn: true
directories:
- node_modules

jobs:
include:
- name: '@sentry/packages - build and test [node v6]'
node_js: '6'
script: scripts/test.sh
- name: '@sentry/packages - build and test [node v8]'
node_js: '8'
script: scripts/test.sh
- name: '@sentry/packages - build and test [node v10]'
node_js: '10'
script: scripts/test.sh
- name: '@sentry/packages - build and test [node v12]'
node_js: '12'
script: scripts/test.sh
- name: '@sentry/packages - build and test [node v14]'
node_js: '14'
script: scripts/test.sh

0 comments on commit d030ccd

Please sign in to comment.