hswick / exw3

High level Ethereum RPC Client for Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix CI server

pik694 opened this issue · comments

Travis is now using old Elixir and OTP, which causes mix test command to fail, but Travis still thinks that it has not failed, because it checks status of the last command and the command is the whole script, which last line simply kills parity so it is always successful.

The command "bash travis_test.sh" exited with 0.

Thanks for pointing this out. I'll take a look at it.