summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)AuthorFilesLines
2017-03-22travis: Add CentOS6 build via Docker.Jose Fonseca1-8/+21
2017-01-12travis: Build with XCode 8.2Jose Fonseca1-1/+5
2016-06-30travis: Fix labels.Jose Fonseca1-2/+2
2016-05-06travis: Add labels to every matrix element.Jose Fonseca1-0/+5
Just to make it easier to recognize each in the Travis website.
2016-03-21gui: Use QTextBrowser instead of QWebView.Jose Fonseca1-2/+2
QWebView was deprecated in Qt 5.5 and removed in Qt 5.6. QTextBrowser seems sufficient for our needs and avoids the hassle of making the code compatible both with QWebView and QWebEngineView.
2015-11-25travis: Use GCC 4.9.Jose Fonseca1-4/+6
2015-10-29travis: Add OS X build.Jose Fonseca1-9/+23
2015-10-29travis: Use clang with libc++.Jose Fonseca1-2/+4
2015-10-29travis: Switch to Trusty.Jose Fonseca1-11/+7
http://docs.travis-ci.com/user/trusty-ci-environment/
2015-08-27travis: Separate commands for each target.Jose Fonseca1-1/+3
2015-08-27travis: Run unit tests.Jose Fonseca1-1/+1
2015-08-14Revert "travis: Use GCC 4.9."Jose Fonseca1-4/+4
This reverts commit 3ff3f99a4bae85c82263e07781ffea7fcfa27974.
2015-08-13travis: Use GCC 4.9.Jose Fonseca1-4/+4
2015-08-06travis: Use gcc 4.8.Jose Fonseca1-3/+7
2015-03-27travis: Use newer Mingw32-w64 packages.Jose Fonseca1-2/+5
Precise MinGW-w64 headers are too old.
2015-03-27travis: Disable fast finish.José Fonseca1-1/+0
2015-03-19travis: Blacklist appveyor's branches.Jose Fonseca1-0/+4
2015-03-14docs: No neet to seti CMAKE_EXE_LINKER_FLAGS=-m32.Jose Fonseca1-1/+1
CMAKE_CXX_FLAGS will get used when linking.
2015-03-14travis: Add new matrix row for 32-bits binaries.Jose Fonseca1-0/+4
2015-03-05travis: Initial Travis-CI YAML configuration.Jose Fonseca1-0/+49