Skip to content

Commit 6ccbcfb

Browse files
authored
Merge pull request #92 from nut-tree/feature/89/opencv4
Feature/89/opencv4
2 parents 74858de + 575a0ba commit 6ccbcfb

File tree

3 files changed

+198
-213
lines changed

3 files changed

+198
-213
lines changed

.travis.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ addons:
1515
services:
1616
- docker
1717

18+
matrix:
19+
include:
20+
- name: "Node 10"
21+
env: NODE_VERSION=10
22+
- name: "Node 11"
23+
env: NODE_VERSION=11
24+
- name: "Node 12"
25+
env: NODE_VERSION=12
26+
1827
before_install:
1928
# Update Docker
2029
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
@@ -27,7 +36,7 @@ before_install:
2736
install: true
2837

2938
script:
30-
- travis_retry docker exec nut-ci bash -c "bash $PWD/.build/build.sh ${PWD} lts/dubnium"
39+
- travis_retry docker exec nut-ci bash -c "bash $PWD/.build/build.sh ${PWD} ${NODE_VERSION}"
3140

3241
after_success:
3342
- sonar-scanner

0 commit comments

Comments
 (0)