JamesYang007 / FastAD

FastAD is a C++ implementation of automatic differentiation both forward and reverse mode.
MIT License
103 stars 3 forks source link

Update Travis to test different types of machines with different compilers #48

Closed JamesYang007 closed 4 years ago

JamesYang007 commented 4 years ago

Currently, Travis CI only tests on linux (trusty distribution) with gcc-7, g++-7. We would like to test for other compilers and MacOS as well.

JamesYang007 commented 4 years ago

57