Continuous Integration with Angular and Travis CI

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024

Комментарии • 9

  • @reginaldbellas703
    @reginaldbellas703 6 лет назад

    Very good video

  • @ComunidaddeProgramadores
    @ComunidaddeProgramadores 3 года назад

    I got an error The command "make test" exited with 2.

  • @UniNetwork
    @UniNetwork 5 лет назад +1

    how's this compare to circleci?

  • @flockenlp1
    @flockenlp1 4 года назад

    Hey, I just wanted to mention that this didn't work for me at first. After some googling, I found out that you can replace the current value of "local-dir" in travis.yml with "$TRAVIS_BUILD_DIR". With this my build didn't fail.
    Also, if the "ng lint command" throws errors, it shows that my code is bad but doesn't fail the build, right?

  • @craigasketch
    @craigasketch 6 лет назад

    If only I could get my business org to use Travis CI or just generally not Jenkins/Teamcity.

    • @AlainBoudard
      @AlainBoudard 4 года назад

      We are ditching Jenkins and starting using Gitlab CI/CD ... it looks much better for now :)

  • @gauravdawg
    @gauravdawg 6 лет назад

    Hi, quick question. If we put the github-token in the yml file, it will get exposed. how do we control this ?

    • @felixo9234
      @felixo9234 5 лет назад

      He placed that token in a file so he could quickly copy it when necessary. It is not being pushed with his source files.

  • @RafaSchmidt
    @RafaSchmidt 5 лет назад

    Yo! Cool tutorial. But you are always forced to pass your credentials which is terrible. Try to use credential.helper for your git configuration. Good luck!