Skip to content

Commit 6041d2d

Browse files
committed
Build: Run both regular & BrowserStack tests for real
The previous configuration wasn't correct: Travis configurations with a single entry in the built matrix are treated in a special way & job expansion is not being done. Ref https://docs.travis-ci.com/user/build-matrix/#explicitly-included-jobs-inherit-the-first-value-in-the-array
1 parent 69b6f84 commit 6041d2d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
sudo: false
21
language: node_js
3-
node_js:
4-
- '14'
52
cache:
63
directories:
74
- node_modules
@@ -13,16 +10,16 @@ notifications:
1310
- "%{repository}#%{build_number} (%{branch} - %{commit} %{author}): %{message}
1411
- %{build_url}"
1512
env:
16-
matrix:
17-
- NPM_SCRIPT=ci
1813
global:
1914
# BROWSER_STACK_USERNAME
2015
- secure: epX4ZrtNIdYQP1XDX0+9q/tuVbqwDkWSaFEeVMYu5mDr2ww9pJSIVdQtmcvAx9S9iNLBe6omonsaana6pCOfTtSM2VcbhUFop9/sQliDtOT50l7OMLxuq7/ObawmAQcMc5HT8fRgdBzcRHLw01h3DufUZYDnnYmVqhjEull/paY=
2116
# BROWSER_STACK_ACCESS_KEY
2217
- secure: JvFcXKk35GoaM4GmzxHQrT3/GAuReXtz32CCEfHqY6rjpdjuAl/ZCtlgRCKn7n0CW9U5q1jD4vHdKkPvdgNyE7KaiGWxbldztytOiz6kFT8TOaajLsjhvkyLB7Oav6ENxBytQpweW1ZTzDndob0rKN4H9SF/xvPV4j6n0pMT7TM=
23-
matrix:
18+
jobs:
2419
fast_finish: true
2520
include:
21+
- node_js: '14'
22+
env: NPM_SCRIPT=ci
2623
- node_js: '14'
2724
env: NPM_SCRIPT=browserstack
2825
script:

0 commit comments

Comments
 (0)