Revert "Development version for travis configuration."

This reverts commit f9268f223c.
This commit is contained in:
Oliver Buchtala 2014-03-06 06:44:24 +01:00
commit f47ce19cb9

View file

@ -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