You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 line
212 B

  1. language: erlang
  2. otp_release:
  3. - R16B
  4. - R16B03-1
  5. - 17.5
  6. - 18.3
  7. - 19.3
  8. - 20.3
  9. - 21.3
  10. - 22.3
  11. - 23.3
  12. - 24.3
  13. - 25.0
  14. before_script:
  15. - "./bootstrap_travis.sh"
  16. script: "./rebar3 eunit"