We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da5cdd commit 1e0fb19Copy full SHA for 1e0fb19
1 file changed
.travis.yml
@@ -3,7 +3,7 @@ sudo: required
3
language: node_js
4
node_js:
5
- node
6
-- '10'
+- '10.15.3'
7
- '8'
8
before_install:
9
- sudo apt-get install p7zip-full xterm
@@ -25,7 +25,7 @@ addons:
25
jobs:
26
include:
27
- stage: Release prebuilt binaries
28
- node_js: '10'
+ node_js: '10.15.3'
29
echo: 'Deploying prebuilt binaries...'
30
script: npm run build
31
before_deploy:
0 commit comments