From 202de565ecfc68ef9d43a1e19edaaa97393675fa Mon Sep 17 00:00:00 2001 From: Decidedly Gray Date: Thu, 1 Apr 2021 21:38:16 -0500 Subject: [PATCH] Corrected .travis.yml filename --- GiftcardSite/HW2_Instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GiftcardSite/HW2_Instructions.md b/GiftcardSite/HW2_Instructions.md index b53c753..e2387f4 100644 --- a/GiftcardSite/HW2_Instructions.md +++ b/GiftcardSite/HW2_Instructions.md @@ -46,7 +46,7 @@ continue to follow git best practices. When you are ready to begin the project, please create a repository on GitHub for your second assignment. Like before, be sure to make -the repository **private**. Create a travis.yml file, which you will +the repository **private**. Create a .travis.yml file, which you will use to test your program later.