Skip to content

Commit 77aded7

Browse files
committed
Travis: Build downloads on Trusty
Dear future contributors, please update this in April 2019 when Trusty becomes EOL. Keep extended testing and documentation upload on Xenial as it is easier there to install required dependencies and other nice perks. Also don't allow Node 10 to fail anymore.
1 parent 6e5715c commit 77aded7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
sudo: false
1+
sudo: true
2+
# update to Xenial in April 2019; Trusty will be EOL, Xenial new minimum supported OS version
3+
dist: trusty
24

35
branches:
46
only:
@@ -34,10 +36,12 @@ jobs:
3436
include:
3537
- stage: "Extended testing"
3638
os: linux
39+
dist: xenial
3740
node_js: "8"
3841
env: TARGET_ARCH="x64" EXTENDED_TESTING="false"
3942
- stage: "Deploy documentation"
4043
os: linux
44+
dist: xenial
4145
node_js: "8"
4246
env: TARGET_ARCH="x64" DEPLOY_DOCUMENTATION="true"
4347

0 commit comments

Comments
 (0)