Remove node testing from Travis
Travis is now testing on Ubuntu Trusty by default instead of Ubuntu Precise. SWIG wrappers need some work for this environment. Travis build failure: https://travis-ci.org/swig/swig/jobs/273885208 Issue #971
This commit is contained in:
parent
f18b45e677
commit
d8556b0119
1 changed files with 3 additions and 3 deletions
|
|
@ -53,9 +53,9 @@ matrix:
|
|||
env: SWIGLANG=java
|
||||
sudo: required
|
||||
dist: trusty
|
||||
- compiler: gcc
|
||||
os: linux
|
||||
env: SWIGLANG=javascript ENGINE=node
|
||||
# - compiler: gcc
|
||||
# os: linux
|
||||
# env: SWIGLANG=javascript ENGINE=node
|
||||
- compiler: gcc
|
||||
os: linux
|
||||
env: SWIGLANG=javascript ENGINE=jsc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue