Disable Javascript Node 10 testing
Upgrade from v10.11.0 to v10.12.0 on Travis started breaking the builds
This commit is contained in:
parent
edfbbab8e2
commit
fe155d7516
1 changed files with 6 additions and 0 deletions
|
|
@ -362,6 +362,12 @@ matrix:
|
|||
env: SWIGLANG=tcl
|
||||
|
||||
allow_failures:
|
||||
# Deprecated functions causing build failure since upgrade from Node v10.11.0 to v10.12.0
|
||||
- compiler: gcc
|
||||
os: linux
|
||||
env: SWIGLANG=javascript ENGINE=node VER=10 CPP11=1
|
||||
sudo: required
|
||||
dist: trusty
|
||||
# Lots of failing tests currently
|
||||
- compiler: gcc
|
||||
os: linux
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue