summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* [CI] Remove PHP 7.1 from allow_failuresOlly Betts2016-12-061-6/+0
| | | | Example reference now works
* Test php 7.0 and 7.1 on TravisWilliam S Fulton2016-12-041-0/+16
| | | | | - php-7.1 set as failing for now due to one broken example (references) - Look for php 7.1 in configure.ac.
* Fix travis for php->php5 renameOlly Betts2016-12-021-2/+2
|
* Travis Trusty testing fix upsWilliam S Fulton2016-10-171-5/+8
| | | | | | Go back to Travis testing nodejs on Precise - can't seem to avoid node-gyp incompatibility that does not happens in normal Ubuntu Trusty. Ruby and Python 3.4 testing corrections for testing on Travis.
* Remove Travis testing restriction to just master branchWilliam S Fulton2016-10-171-3/+0
|
* Migrate Linux Travis testing from Precise to TrustyWilliam S Fulton2016-10-171-3/+76
| | | | | | | Default gcc compiler changes from gcc-4.6.3 to gcc-4.8.4 Migrate target languages except Octave for which there are no equivalent packages for 3.2 and 4.0 Still test gcc on Precise (errors test-suite only)
* Updates for Travis testing where the default Xcode changed from 6.1 to 7.3William S Fulton2016-10-161-4/+4
| | | | See https://blog.travis-ci.com/2016-10-04-osx-73-default-image-live/
* Turn off osx Travis testing until tests are fixed for migration of xcode ↵William S Fulton2016-10-141-5/+5
| | | | from 6.1 to 7.3
* Temporarily remove OSX testing of Guile on TravisWilliam S Fulton2016-09-271-3/+4
| | | | Seems like OSX 10.9 is now too old for homebrew and Guile
* Test Python 3 without -py3 option on TravisWilliam S Fulton2016-06-071-0/+3
|
* Expand Travis to test python 2.6 with -builtinWilliam S Fulton2016-06-051-0/+3
|
* Add gcc-6 Travis testing and use gcc-5.3 instead of gcc-5.2William S Fulton2016-05-281-1/+23
| | | | | Test Python, Java and C# with gcc-6 Test gcc-5 on Trusty instead of on Precise to pick up gcc-5.3 instead of gcc-5.2
* Test Go 1.5 on Ubuntu Trusty on TravisWilliam S Fulton2016-05-021-0/+5
| | | | 1.5 is the default version on Trusty (VER=1.5 added just for display on Travis)
* Add Lua 5.3 testing on TravisWilliam S Fulton2016-05-011-0/+5
|
* Scilab Travis testing working againWilliam S Fulton2016-03-171-4/+0
|
* Scilab is broken - prevent it from breaking the Travis testsWilliam S Fulton2016-03-121-0/+4
|
* Merge branch 'ahnolds-classic_python'William S Fulton2016-02-061-4/+0
|\ | | | | | | | | | | | | | | | | | | | | | | * ahnolds-classic_python: Updating changelog and marking -classic as passing CI Support checking names of old-style classic classes Don't claim to new-style support in classic mode Clean up setting _object Removing __swig_getmethods__ for static methods Support python(pre|ap)pend on static methods in classic mode Add support for static methods in classic mode When possible, use PyInt rather than PyLong
| * Updating changelog and marking -classic as passing CIAlec Cooper2016-02-041-4/+0
| |
* | Travis uses rvm, use it to install ruby 2.3.0Alec Cooper2016-02-051-3/+1
| |
* | Ruby 2.3 Travis tests requires Ubuntu TrustyWilliam S Fulton2016-02-051-4/+2
|/
* Travis: ensure the requested language version is being testedWilliam S Fulton2016-02-041-1/+1
| | | | The various Python versions were not being tested
* Add ruby-2.3 testing to TravisWilliam S Fulton2016-02-041-0/+7
|
* Go test-suite should now work on OSXAlec Cooper2016-01-231-3/+0
|
* Octave tests on Travis now working reliablyWilliam S Fulton2016-01-051-8/+0
| | | | | | There is more memory (4GB) on new infra and running with -j2 instead of -j3 is less demanding on the memory. I think this has solved the gcc internal errors as they were probably due to lack of memory.
* Travis octave parallel builds set to 2 as -j quickly ran out of memoryWilliam S Fulton2015-12-171-5/+5
|
* Remove dependency on yodl tools and remove ccache-swig man pageWilliam S Fulton2015-12-171-2/+1
| | | | | | | | | | Use the CCache.html docs instead of the ccache-swig man page. The yodl2man and yodl2html tools are no longer used and so SWIG no longer has a dependency on these packages which were required when building from git. Closes #286 Closes #128
* Travis octave parallel builds changeWilliam S Fulton2015-12-171-5/+5
| | | | Use the number of cpus available on Travis (currently 2) for parallel builds
* Show Travis hardware infoWilliam S Fulton2015-12-171-0/+2
|
* Travis testing - add Python 3.5William S Fulton2015-10-101-0/+6
|
* Travis: unify GCC5 and SWIG_CC variablesAlexey Sokolov2015-09-051-15/+10
|
* Make sure travis doesn't silently skip testing of some languageAlexey Sokolov2015-09-021-0/+1
|
* Integrate OS X .travis.yml into master branch using multi-os feature.Alexey Sokolov2015-09-021-29/+96
| | | | | | http://docs.travis-ci.com/user/multi-os/ Expand testflags.py to support clang vs gcc, as clang is used on OS X.
* R testing should now work in Travis - remove from expected failsWilliam S Fulton2015-08-131-3/+0
|
* Don't check for all the languages in Travis language-specific builds.Vadim Zeitlin2015-08-021-0/+1
| | | | This should speed up configure and shorten its output.
* Octave 4.0 fails in TravisWilliam S Fulton2015-07-191-0/+3
| | | | Mark as failing in Travis due to gcc 4.6 internal compiler error
* Merge pull request #460 from opoplawski/octave4Karl Wette2015-07-171-0/+2
|\ | | | | Support for octave 4.0.0
| * Add octave 4.0 to travisOrion Poplawski2015-07-101-0/+2
| |
* | Fix compile flags for Travis C++11 testingWilliam S Fulton2015-07-111-2/+2
| |
* | Travis testing c++11 and gcc5William S Fulton2015-07-101-4/+5
| | | | | | | | | | Modify testflags.py to control the -std= option passed to gcc Install new boost for c++11 with gcc5 testing
* | Travis testing extended to test c++11 and c++14 with gcc-5William S Fulton2015-07-091-7/+20
|/ | | | | | - SWIG executable compiled with gcc-5 using both c++11 and c++14 standards - cpp11 tests enabled using c++11 standard - Add clang compile using c++11
* Don't fail R in Travis - runtime tests are failing in this environmentWilliam S Fulton2015-06-131-2/+5
|
* Add R to travis testingWilliam S Fulton2015-06-121-0/+3
|
* Add Python Travis tests for -OWilliam S Fulton2015-04-241-0/+5
|
* Move testflags.py into Tools/Olly Betts2015-04-161-2/+2
|
* Update comment about ocamldlgenOlly Betts2015-03-191-1/+1
|
* ocaml testsuite is not in good shapeOlly Betts2015-03-181-1/+1
|
* Add ocaml to travisOlly Betts2015-03-181-0/+5
|
* .travis.yml branch builds correctionWilliam S Fulton2015-03-101-1/+0
| | | | [skip ci]
* Restore some incorrectly commented out lines in .travis.ymlWilliam S Fulton2015-02-111-2/+2
|
* Merge branch 'stricter-warnings'William S Fulton2015-02-111-37/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * stricter-warnings: Go changes for wrappers to compile as ISO C90 Scilab typecheck typemaps fix for C90 No error for one Javascript node warning Warning fix in testcase for Javascript node nested_extend_c testcase fix when compiled by C++ target languages Temporarily remove -Werror for Scilab testing C90 fixes for Javascript JSC There are a couple of testcases that aren't compliant and supression via pragmas doesn't work for gcc < 4.8 Warning suppression change Scilab typemap fixes for C89 compiler warning suppression correction in testcase Suppress pedantic warnings in C# testcases Suppress pedantic warnings in testcases Pedantic warning fix in testcase pedantic warning fix for D wrappers Travis testing to use testflags.py for setting CFLAGS and CXXFLAGS Add travis build for error-declaration-after-statement branch