Skip to content
Open
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
Travis-ci: added support for ppc64le & Removed unsuported versions fo…
…r ppc64le
  • Loading branch information
dthadi3 committed Dec 14, 2020
commit 0ade0b95f7cf36cc9e43c21d708c14509ea23b6b
44 changes: 44 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,50 @@ jobs:
node_js: lts/*
script: npm run test:browsers:with-polyfills
addons: *AIRTAP
#Added power jobs
- name: Run tests on stable Node.js
arch: ppc64le
node_js: stable
script: npm test
- name: Run tests on Node.js 12
arch: ppc64le
node_js: 12
script: npm test
- name: Run tests on Node.js 10
arch: ppc64le
node_js: 10
script: npm test
- name: Run tests on Node.js 8
arch: ppc64le
node_js: 8
script: npm test
- name: Run tests on Node.js 6
arch: ppc64le
node_js: 6
script: npm test
- name: Run tests on Node.js 4
arch: ppc64le
node_js: 4
script: npm test
- name: Run browser tests
arch: ppc64le
node_js: lts/*
script: npm run test:browsers
addons: *AIRTAP
- name: Run browser tests with polyfilled environment
arch: ppc64le
node_js: lts/*
script: npm run test:browsers:with-polyfills
addons: *AIRTAP
exclude:
- name: Run tests on Node.js 0.12
arch: ppc64le
node_js: '0.12'
script: npm test
- name: Run tests on Node.js 0.10
arch: ppc64le
node_js: '0.10'
script: npm test

env:
global:
Expand Down