Jesse Beder
|
1bcc5e2390
|
Switch build command to use cmake instead of make.
This allows it to be cross-platform.
|
2019-03-24 18:27:01 -05:00 |
|
Jesse Beder
|
8f3b8dffb0
|
Change language from c++ to cpp.
|
2019-03-24 18:06:06 -05:00 |
|
Jesse Beder
|
7710ef360b
|
Add windows to travis build.
|
2019-03-24 17:57:10 -05:00 |
|
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 |
|