mutationpp / Mutationpp

The MUlticomponent Thermodynamic And Transport library for IONized gases in C++
GNU Lesser General Public License v3.0
108 stars 58 forks source link

Duplicate job in travis-ci config. #97

Closed jbscoggi closed 5 years ago

jbscoggi commented 5 years ago

There is a duplicate job in the travis-ci config which can be removed. In particular, this is written twice:

- os: osx
      osx_image: xcode9.2
      <<: *osx_build

It is very easy to fix, just didn't want to forget about it.

jbscoggi commented 5 years ago

Fixed in #98.