Revert "Development version for travis configuration."
This reverts commit f9268f223c.
This commit is contained in:
parent
158c8b6732
commit
f47ce19cb9
1 changed files with 26 additions and 27 deletions
53
.travis.yml
53
.travis.yml
|
|
@ -5,38 +5,38 @@ env:
|
|||
- SWIGLANG=
|
||||
matrix:
|
||||
include:
|
||||
# - compiler: gcc
|
||||
# env: SWIGLANG=csharp
|
||||
# - compiler: gcc
|
||||
# env: SWIGLANG=go
|
||||
# - compiler: gcc
|
||||
# env: SWIGLANG=guile
|
||||
# - compiler: gcc
|
||||
# env: SWIGLANG=java
|
||||
- compiler: gcc
|
||||
env: SWIGLANG=csharp
|
||||
- compiler: gcc
|
||||
env: SWIGLANG=go
|
||||
- compiler: gcc
|
||||
env: SWIGLANG=guile
|
||||
- compiler: gcc
|
||||
env: SWIGLANG=java
|
||||
- compiler: gcc
|
||||
env: SWIGLANG=javascript ENGINE=node
|
||||
- compiler: gcc
|
||||
env: SWIGLANG=javascript ENGINE=jsc
|
||||
- compiler: gcc
|
||||
env: SWIGLANG=javascript ENGINE=v8
|
||||
# - compiler: gcc
|
||||
# env: SWIGLANG=lua
|
||||
# - compiler: gcc
|
||||
# env: SWIGLANG=octave SWIGJOBS=-j4
|
||||
# - compiler: gcc
|
||||
# env: SWIGLANG=perl5
|
||||
# - compiler: gcc
|
||||
# env: SWIGLANG=php
|
||||
# - compiler: gcc
|
||||
# env: SWIGLANG=python
|
||||
# - compiler: gcc
|
||||
# env: SWIGLANG=python PY3=1
|
||||
# - compiler: gcc
|
||||
# env: SWIGLANG=python PY3=1 VER=3.3
|
||||
# - compiler: gcc
|
||||
# env: SWIGLANG=ruby
|
||||
# - compiler: gcc
|
||||
# env: SWIGLANG=tcl
|
||||
- compiler: gcc
|
||||
env: SWIGLANG=lua
|
||||
- compiler: gcc
|
||||
env: SWIGLANG=octave SWIGJOBS=-j4
|
||||
- compiler: gcc
|
||||
env: SWIGLANG=perl5
|
||||
- compiler: gcc
|
||||
env: SWIGLANG=php
|
||||
- compiler: gcc
|
||||
env: SWIGLANG=python
|
||||
- compiler: gcc
|
||||
env: SWIGLANG=python PY3=1
|
||||
- compiler: gcc
|
||||
env: SWIGLANG=python PY3=1 VER=3.3
|
||||
- compiler: gcc
|
||||
env: SWIGLANG=ruby
|
||||
- compiler: gcc
|
||||
env: SWIGLANG=tcl
|
||||
allow_failures:
|
||||
# None
|
||||
before_install:
|
||||
|
|
@ -69,4 +69,3 @@ script:
|
|||
branches:
|
||||
only:
|
||||
- master
|
||||
- devel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue