August 2018
Intermediate to advanced
416 pages
12h 37m
English
Let us enable the functional-patterns repo with the following command:
travis enable
Now let us push a commit to the repository by using the command:
git commit --amend --no-edit
The previous git command lets you reuse the previous git commit command that you used, but you will need to issue the following command:
git push -f
Let us look at the current state of the repositories in Travis CI; it may take a while for the build to be officially created in Travis CI:

In the previous screenshot, we issue the whatsup command to see the current status of the builds and notice that packtci/functional-patterns ...
Read now
Unlock full access