Roger Leigh
|
beb44b872c
|
travis: Exclude linux/clang from the build matrix
The combination of clang++ 3.4 with libstdc++ from GCC 4.6
doesn't work.
|
2017-08-24 22:49:17 -05:00 |
|
Jesse Beder
|
091ddfa52d
|
Turn travis email notifications back on.
Apparently the default is
on_success: change
on_failure: always
which seems reasonable.
|
2016-04-01 20:27:26 -05:00 |
|
Jesse Beder
|
cc229e87b3
|
Turn off travis email notifications.
|
2016-04-01 18:26:52 -05:00 |
|
Jesse Beder
|
2a02cee1c8
|
Fix typos in travis config.
Hooray for testing travis configs via pushing to master.
|
2016-04-01 18:17:58 -05:00 |
|
Jesse Beder
|
2176fd994e
|
Add osx to travis config.
|
2016-04-01 18:11:37 -05:00 |
|
Jesse Beder
|
0535811c18
|
Fix gcc version typo in travis config.
|
2016-04-01 17:58:36 -05:00 |
|
Jesse Beder
|
c5f6482325
|
Use gcc 4.7 with travis.
gcc 4.6 (the default) does have some C++11 support, but its flag is -std=c++0x. Since 4.7 was released in 2012, I think it's reasonable to require it.
|
2016-04-01 17:53:46 -05:00 |
|
Jesse Beder
|
d155b0d0d2
|
Add .travis.yml for running test/run-tests.
|
2016-04-01 17:32:11 -05:00 |
|