August 2018
Intermediate to advanced
416 pages
12h 37m
English
We can use the Travis CLI to help us set up Heroku (https://www.heroku.com/platform) in our multiple-languages ( https://github.com/packtci/multiple-languages) repository.
The first step we need to do is to make sure that we are logged into Heroku by using the Heroku CLI, which you can download and install at https://devcenter.heroku.com/articles/heroku-cli#download-and-install. Once we are logged in, we will be given an access token that we can use:

Now we simply need to use the travis setup command to get set up:
Read now
Unlock full access