We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74858de + 575a0ba commit 6ccbcfbCopy full SHA for 6ccbcfb
.travis.yml
@@ -15,6 +15,15 @@ addons:
15
services:
16
- docker
17
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
+
27
before_install:
28
# Update Docker
29
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
@@ -27,7 +36,7 @@ before_install:
36
install: true
37
38
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}"
31
40
32
41
after_success:
33
42
- sonar-scanner
0 commit comments