Travis will now be notified of any changes in the repository, but we haven't provided it with instructions to execute once a change is detected. Therefore, at the root of our project directory, create a configuration file named .travis.yml.
Note the period (.) before travis, and also that the file extension is yml, not yaml.