Commit graph

32 commits

Author SHA1 Message Date
Kamal Marhubi
790bdce72a Force use of virtualized Travic CI infrastructure to allow sudo
Newly set up projects on Travis CI use their containerized
infrastructure, which doesn't allow setuid programs to run. Adding the
`sudo: required` line opts out of the containerized infrastructure.

The current `setup_travis.sh` uses sudo to call `update-alternatives`
which doesn't have an equivalent yet. Tracking bug for that feature:
    https://github.com/travis-ci/travis-ci/issues/3668
2015-05-28 15:32:29 -04:00
Jason Paryani
cfbd3d31fa Change Travis debug build to use DKJ_DEBUG 2015-03-10 00:33:00 -07:00
Jason Paryani
db04ccf476 Add debug build to travis 2015-03-10 00:08:01 -07:00
Jason Paryani
fb363c47b5 Pin Cython to v0.21.2 until upstream bug is fixed 2015-02-20 17:21:00 -08:00
Jason Paryani
9b96bd4be9 Merge pull request #47 from thedrow/patch-4
Provided a cleaner way to exclude build jobs from the matrix
2015-02-01 21:39:30 -08:00
Omer Katz
cfd0188449 Provided a cleaner way to exclude build jobs from the matrix. 2015-02-02 07:26:17 +02:00
Omer Katz
7fd2a391a5 Used travis_retry in order to avoid build failures due to network errors. 2015-02-02 07:18:29 +02:00
Omer Katz
78cc7092ac Added Python 3.4 to the build matrix. 2015-02-01 12:26:17 +02:00
Jason Paryani
969d02594e Fix travis tests by getting rid of pypy+BUILD_CAPNP=false build 2014-12-12 16:47:12 -08:00
Jason Paryani
3411581d89 Change travis to build with and without libcapnp pre-installed 2014-12-11 22:11:25 -08:00
Jason Paryani
5a6308d25e Remove python 3.2 from travis tests
Travis is using an old version of python 3.2 that doesn't support the u
character in front of strings. It's not worth fixing for just that, and
python 3.3 gives enough coverage for python3.
2013-12-18 17:10:55 -08:00
Jason Paryani
2b756c6d2c Fix TravisCI 2013-11-13 22:40:23 -08:00
Jason Paryani
5c99738674 Fix travis build file 2013-09-24 11:35:00 -07:00
Jason Paryani
9af4f23d0c Fix travis build to point at v0.3 explicitly 2013-09-24 11:22:29 -07:00
Jason Paryani
75d4ea0d03 Change travis to only test the test directory 2013-08-29 17:04:45 -07:00
Jason Paryani
680b06977c Update travis to use tests 2013-08-28 23:30:29 -07:00
Jason Paryani
1cffd23371 Fix travis build 2013-08-13 22:47:34 -07:00
Jason Paryani
4eb633e3b5 Forgot configure in travis build 2013-08-13 22:40:56 -07:00
Jason Paryani
c58a81ea0e Make sure travis has autotools installed 2013-08-13 22:33:48 -07:00
Jason Paryani
ba8917b685 Fix travis build. Remove dependency on gist 2013-08-13 22:29:52 -07:00
Jason Paryani
10cb2571a6 Fix travis build 2013-08-13 22:26:25 -07:00
Jason Paryani
f411fc216a Use SchemaParser API to remove dependency on subprocess call to compiler 2013-08-13 22:21:38 -07:00
Jason Paryani
c9090a653e Update Travis script to run example.py for now 2013-08-12 17:36:18 -07:00
Jason Paryani
5a1349d0cb Add even more languages to Travis CI 2013-08-12 17:35:20 -07:00
Jason Paryani
4aa4b420e4 Add python 3.2 and pypy to Travis CI 2013-08-12 17:30:48 -07:00
Jason Paryani
ef9b3f4ab3 Try to fix Travis part 5 2013-08-12 17:14:47 -07:00
Jason Paryani
ccab830acc Try to fix Travis part 4 2013-08-12 17:10:47 -07:00
Jason Paryani
b25188acca Try to get travis working part 3 2013-08-12 17:05:28 -07:00
Jason Paryani
4bdae04a28 Try to get travis working part 2 2013-08-12 17:03:32 -07:00
Jason Paryani
5ee055434b Try to get travis working 2013-08-12 16:57:52 -07:00
Jason Paryani
f58cf90cf0 Add script block to travis 2013-08-12 16:07:56 -07:00
Jason Paryani
eefedfd625 Add travis CI 2013-08-12 16:04:39 -07:00