elixir-makeup / makeup_erlang

Erlang lexer for Makeup
3 stars 6 forks source link

Add travis CI #2

Closed mracos closed 5 years ago

mracos commented 5 years ago

Implementation

Additional things :warning:

I couldn't test against elixir 1.4 because the ex_doc dependency was erroring out at compile time so I went with the nearest version that was 1.5.

error Screenshot 2019-08-15 15 36 12

We will probably have to update our version requirement to at least 1.5 in mix.exs soon since right now it does not work in 1.4.

Not forgetting that we will have to enable the repository in https://travis-ci.org for it to build and test our branches/PRs.

tmbb commented 5 years ago

If I give you access to the Elixir lexer repo, could you add support for travis CI there please?

mracos commented 5 years ago

Yep, np 😄 Actually, I was already planning to send a PR adding support to travis there and in makeup also.