summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAge
* Try using brew upgrade in TravisGravatar Jason Gross2019-12-17
|
* getting osx to build on travis. had to change the compiler to insert our icu ↵Gravatar fab2018-12-17
| | | | includes and libs override in cases where the compiler cant find the necessary files in the "normal" places
* test 4Gravatar fab2018-12-17
|
* test 3Gravatar fab2018-12-17
|
* test2Gravatar fab2018-12-17
|
* test 1Gravatar fab2018-12-17
|
* osx troubleshootingGravatar fab2018-12-17
|
* fix package name for brewGravatar fab2018-11-17
|
* fix package nameGravatar fab2018-11-17
|
* utf-8 aware functions for basis. unit-testing.Gravatar fab2018-11-17
|
* Fix Travis syntax errorGravatar Adam Chlipala2016-08-02
|
* Update Travis tests to (1) use MLton from main package repo and (2) apply an ↵Gravatar Adam Chlipala2016-08-02
| | | | OS X libtool workaround
* Use official MLton Homebrew packageGravatar Adam Chlipala2016-01-16
|
* Update the homebrew tap for mltonGravatar Jason Gross2016-01-01
| | | | | This version of the tap has mlton looking for libgmp.a in the correct directory.
* Pass --with-openssl to make use of brew's openssl on OSXGravatar Jason Gross2015-12-30
|
* Also install openssl from brew on OSX in TravisGravatar Jason Gross2015-12-30
| | | | | | [A Google search](https://github.com/devsisters/gospdyquic/issues/1#issuecomment-102892729) suggests that the problem is that Mac OSX OpenSSL headers are broken.
* Add tap for mlton on osxGravatar Jason Gross2015-12-30
|
* Add .travis.yml for automated testingGravatar Jason Gross2015-12-30